summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2009-11-23 12:21:24 +0000
committerAustin Yuan <shengquan.yuan@intel.com>2009-12-17 10:56:25 +0800
commitd4c52c202bb95a092e22ef12b3ed5e3b1e0b7925 (patch)
tree8138c015073fa74b3c7159769fe26f5c265dc0be
parent51867e9d9417b2fd7f7f77fdad7fc3f3b9c99c90 (diff)
Add extra picture info fields for VDPAU/MPEG-4.
-rwxr-xr-xsrc/va.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/va.h b/src/va.h
index 525e192..0d4c853 100755
--- a/src/va.h
+++ b/src/va.h
@@ -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;