Commit d4c52c20 authored by Gwenole Beauchesne's avatar Gwenole Beauchesne Committed by Austin Yuan

Add extra picture info fields for VDPAU/MPEG-4.

parent 51867e9d
...@@ -656,6 +656,7 @@ typedef struct _VAPictureParameterBufferMPEG4 ...@@ -656,6 +656,7 @@ typedef struct _VAPictureParameterBufferMPEG4
unsigned int quarter_sample : 1; unsigned int quarter_sample : 1;
unsigned int data_partitioned : 1; unsigned int data_partitioned : 1;
unsigned int reversible_vlc : 1; unsigned int reversible_vlc : 1;
unsigned int resync_marker_disable : 1;
} bits; } bits;
unsigned int value; unsigned int value;
} vol_fields; } vol_fields;
...@@ -676,6 +677,7 @@ typedef struct _VAPictureParameterBufferMPEG4 ...@@ -676,6 +677,7 @@ typedef struct _VAPictureParameterBufferMPEG4
} vop_fields; } vop_fields;
unsigned char vop_fcode_forward; unsigned char vop_fcode_forward;
unsigned char vop_fcode_backward; unsigned char vop_fcode_backward;
unsigned short vop_time_increment_resolution;
/* short header related */ /* short header related */
unsigned char num_gobs_in_vop; unsigned char num_gobs_in_vop;
unsigned char num_macroblocks_in_gob; unsigned char num_macroblocks_in_gob;
......
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