Commit ae6adeb0 authored by Xiang, Haihao's avatar Xiang, Haihao

Add profile into VAPictureParameterBufferVC1

Signed-off-by: default avatarXiang, Haihao <haihao.xiang@intel.com>
parent e173ab48
......@@ -868,6 +868,7 @@ typedef struct _VAPictureParameterBufferVC1
unsigned int syncmarker : 1; /* METADATA::SYNCMARKER */
unsigned int rangered : 1; /* METADATA::RANGERED */
unsigned int max_b_frames : 3; /* METADATA::MAXBFRAMES */
unsigned int profile : 2; /* SEQUENCE_LAYER::PROFILE or The MSB of METADATA::PROFILE */
} bits;
unsigned int value;
} sequence_fields;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment