aboutsummaryrefslogtreecommitdiffstats
path: root/meta-emenlow/recipes-graphics/libva/libva-0.31.0/301_vdpau_mpeg4.patch
blob: 86188902ab7d976f27ebcfebd7f746f7a3f6e342 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
commit 3c2d45290e1369083a27d53a5f94276c82512974
Author: Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>
Date:   Mon Nov 23 12:21:24 2009 +0000

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

diff --git a/src/va.h b/src/va.h
index fa34850..f89a5cb 100755
--- a/src/va.h
+++ b/src/va.h
@@ -672,6 +672,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;
@@ -692,6 +693,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;