Commit 6c372035 authored by Austin Yuan's avatar Austin Yuan

For VAEncPictureParameterBufferH264:last_picture

1: means the last picture of sequence
2: means the last picture of stream
Signed-off-by: default avatarAustin Yuan <shengquan.yuan@gmail.com>
parent 4fdedfcb
...@@ -1122,7 +1122,9 @@ typedef struct _VAEncPictureParameterBufferH264 ...@@ -1122,7 +1122,9 @@ 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 char last_picture; /* if set to 1 it indicates the last picture in the sequence */ unsigned char last_picture; /* if set to 1 it indicates the last picture in the sequence
* if set to 2 it indicates the last picture of the stream
*/
} VAEncPictureParameterBufferH264; } VAEncPictureParameterBufferH264;
/**************************** /****************************
......
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