Correction for PictureParameterH264 37/337/1
authorAustin Yuan <shengquan.yuan@intel.com>
Wed, 14 May 2008 14:57:33 +0000 (10:57 -0400)
committerAustin Yuan <shengquan.yuan@intel.com>
Wed, 14 May 2008 14:57:33 +0000 (10:57 -0400)
src/va.h

index df09ad0..741847a 100755 (executable)
--- a/src/va.h
+++ b/src/va.h
@@ -1021,7 +1021,7 @@ typedef struct _VAEncPictureParameterBufferH264
     VABufferID coded_buf;
     unsigned short picture_width;
     unsigned short picture_height;
-    unsigned int frame_num;
+    unsigned char last_picture;/* if set to 1 it indicates the last picture in the sequence */
 } VAEncPictureParameterBufferH264;
 
 typedef enum