summaryrefslogtreecommitdiff
path: root/va/va_enc_h264.h
diff options
context:
space:
mode:
Diffstat (limited to 'va/va_enc_h264.h')
-rw-r--r--va/va_enc_h264.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/va/va_enc_h264.h b/va/va_enc_h264.h
index c62ec93..a0d6784 100644
--- a/va/va_enc_h264.h
+++ b/va/va_enc_h264.h
@@ -554,8 +554,8 @@ typedef struct _VAEncMacroblockParameterBufferH264 {
union {
/** @name Data for intra macroblock */
/**@{*/
- struct {
- union {
+ union {
+ struct {
/**
* \brief Flag specified to override MB neighbour
* availability bits from VME stage.
@@ -582,8 +582,9 @@ typedef struct _VAEncMacroblockParameterBufferH264 {
/** @name Data for inter macroblock */
/**@{*/
- struct {
- union {
+ union {
+ struct {
+ unsigned int reserved;
} bits;
unsigned int value;
} inter_fields;