diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-11-23 12:21:24 +0000 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-12-17 10:56:25 +0800 |
commit | d4c52c202bb95a092e22ef12b3ed5e3b1e0b7925 (patch) | |
tree | 8138c015073fa74b3c7159769fe26f5c265dc0be /src/va.h | |
parent | 51867e9d9417b2fd7f7f77fdad7fc3f3b9c99c90 (diff) | |
download | libva-d4c52c202bb95a092e22ef12b3ed5e3b1e0b7925.tar.gz |
Add extra picture info fields for VDPAU/MPEG-4.
Diffstat (limited to 'src/va.h')
-rwxr-xr-x | src/va.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -656,6 +656,7 @@ typedef struct _VAPictureParameterBufferMPEG4 unsigned int quarter_sample : 1; unsigned int data_partitioned : 1; unsigned int reversible_vlc : 1; + unsigned int resync_marker_disable : 1; } bits; unsigned int value; } vol_fields; @@ -676,6 +677,7 @@ typedef struct _VAPictureParameterBufferMPEG4 } vop_fields; unsigned char vop_fcode_forward; unsigned char vop_fcode_backward; + unsigned short vop_time_increment_resolution; /* short header related */ unsigned char num_gobs_in_vop; unsigned char num_macroblocks_in_gob; |