Commit 83d0fd84 authored by Austin Yuan's avatar Austin Yuan

Correction for PictureParameterH264

parent 634da28c
...@@ -1021,7 +1021,7 @@ typedef struct _VAEncPictureParameterBufferH264 ...@@ -1021,7 +1021,7 @@ typedef struct _VAEncPictureParameterBufferH264
VABufferID coded_buf; VABufferID coded_buf;
unsigned short picture_width; unsigned short picture_width;
unsigned short picture_height; 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; } VAEncPictureParameterBufferH264;
typedef enum typedef enum
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment