OSDN Git Service

Add extra picture info fields for VDPAU/MPEG-4.
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>
Mon, 23 Nov 2009 12:21:24 +0000 (12:21 +0000)
committerAustin Yuan <shengquan.yuan@intel.com>
Thu, 17 Dec 2009 02:56:25 +0000 (10:56 +0800)
src/va.h

index 525e192..0d4c853 100755 (executable)
--- 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;