Commit 1b1ee6fc authored by Gwenole Beauchesne's avatar Gwenole Beauchesne Committed by Austin Yuan

Add new bit to signal VC-1 skipped P-frames.

Signed-off-by: default avatarAustin Yuan <shengquan.yuan@intel.com>
parent 2d8818a4
...@@ -771,7 +771,7 @@ typedef struct _VAPictureParameterBufferVC1 ...@@ -771,7 +771,7 @@ typedef struct _VAPictureParameterBufferVC1
unsigned char luma_shift; /* PICTURE_LAYER::LUMSHIFT */ unsigned char luma_shift; /* PICTURE_LAYER::LUMSHIFT */
union { union {
struct { struct {
unsigned char picture_type : 2; /* PICTURE_LAYER::PTYPE */ unsigned char picture_type : 3; /* PICTURE_LAYER::PTYPE */
unsigned char frame_coding_mode : 3; /* PICTURE_LAYER::FCM */ unsigned char frame_coding_mode : 3; /* PICTURE_LAYER::FCM */
unsigned char top_field_first : 1; /* PICTURE_LAYER::TFF */ unsigned char top_field_first : 1; /* PICTURE_LAYER::TFF */
unsigned char is_first_field : 1; /* set to 1 if it is the first field */ unsigned char is_first_field : 1; /* set to 1 if it is the first field */
......
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