From ddb84d3c6c4b9b862cfd63e9e6fb89dace237a47 Mon Sep 17 00:00:00 2001 From: Carl Zhang Date: Wed, 5 Jun 2019 13:27:57 -0400 Subject: remove incorrect field of VAConfigAttribValDecJPEG Signed-off-by: Carl Zhang --- va/va.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/va/va.h b/va/va.h index 7a8ca85..5863ac7 100755 --- a/va/va.h +++ b/va/va.h @@ -879,14 +879,13 @@ typedef struct _VAConfigAttrib { /** @name Attribute values for VAConfigAttribDecJPEG */ /**@{*/ typedef union _VAConfigAttribValDecJPEG { - struct{ + struct { /** \brief Set to (1 << VA_ROTATION_xxx) for supported rotation angles. */ uint32_t rotation : 4; /** \brief Reserved for future use. */ uint32_t reserved : 28; - }bits; + } bits; uint32_t value; - uint32_t va_reserved[VA_PADDING_LOW]; } VAConfigAttribValDecJPEG; /** @name Attribute values for VAConfigAttribDecProcessing */ /**@{*/ -- cgit v1.2.1