summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@intel.com>2008-05-14 10:57:33 -0400
committerAustin Yuan <shengquan.yuan@intel.com>2008-05-14 10:57:33 -0400
commit83d0fd84c72a94fa58caf107ae7fbc14ed7e14fb (patch)
tree32320eddfb1804b4fffcd156443b3e18d264376b
parent634da28cd0481820fa41293a0a94762b9d245118 (diff)
downloadlibva-83d0fd84c72a94fa58caf107ae7fbc14ed7e14fb.tar.gz
Correction for PictureParameterH264
-rwxr-xr-xsrc/va.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/va.h b/src/va.h
index df09ad0..741847a 100755
--- 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