summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@gmail.com>2010-09-26 09:47:37 +0800
committerAustin Yuan <shengquan.yuan@gmail.com>2010-09-26 09:47:37 +0800
commit6c372035373e531d2bb5608861adab3f6b2ff471 (patch)
tree2ee489715592a095b4d9095d66e37bc0d0eac615
parent4fdedfcb72f8ea94d5ac7ba196684eaa532e78c5 (diff)
downloadlibva-6c372035373e531d2bb5608861adab3f6b2ff471.tar.gz
For VAEncPictureParameterBufferH264:last_picture
1: means the last picture of sequence 2: means the last picture of stream Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
-rw-r--r--va/va.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/va/va.h b/va/va.h
index 79795e2..0f12dfb 100644
--- a/va/va.h
+++ b/va/va.h
@@ -1122,7 +1122,9 @@ typedef struct _VAEncPictureParameterBufferH264
VABufferID coded_buf;
unsigned short picture_width;
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;
/****************************