diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2008-05-14 10:57:33 -0400 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2008-05-14 10:57:33 -0400 |
commit | 83d0fd84c72a94fa58caf107ae7fbc14ed7e14fb (patch) | |
tree | 32320eddfb1804b4fffcd156443b3e18d264376b /src | |
parent | 634da28cd0481820fa41293a0a94762b9d245118 (diff) | |
download | libva-83d0fd84c72a94fa58caf107ae7fbc14ed7e14fb.tar.gz |
Correction for PictureParameterH264
Diffstat (limited to 'src')
-rwxr-xr-x | src/va.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |