summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Zhang <carl.zhang@intel.com>2019-06-05 13:27:57 -0400
committerXinfengZhang <carl.zhang@intel.com>2019-09-12 09:34:19 +0800
commitddb84d3c6c4b9b862cfd63e9e6fb89dace237a47 (patch)
tree2c8b5f14b2cabb2b17afeb1c40775ce1a86d065e
parentc1dbdc4cffa635dd7fd3cb8a452bf7db39286648 (diff)
downloadlibva-ddb84d3c6c4b9b862cfd63e9e6fb89dace237a47.tar.gz
remove incorrect field of VAConfigAttribValDecJPEG
Signed-off-by: Carl Zhang <carl.zhang@intel.com>
-rwxr-xr-xva/va.h5
1 files 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 */
/**@{*/