Commit b0cc082e authored by Waldo Bastian's avatar Waldo Bastian

weighted_bipred_idc needs 2 bits

parent c38259e0
......@@ -827,7 +827,7 @@ typedef struct _VAPictureParameterBufferH264
struct {
unsigned char entropy_coding_mode_flag : 1;
unsigned char weighted_pred_flag : 1;
unsigned char weighted_bipred_idc : 1;
unsigned char weighted_bipred_idc : 2;
unsigned char transform_8x8_mode_flag : 1;
unsigned char field_pic_flag : 1;
unsigned char constrained_intra_pred_flag : 1;
......
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