projects
/
platform
/
upstream
/
libva.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f11b0a
)
API: h264 encode: fix comment for RefPicList0/1.
author
Gwenole Beauchesne
<gwenole.beauchesne@intel.com>
Thu, 24 Nov 2011 13:29:51 +0000
(13:29 +0000)
committer
Xiang, Haihao
<haihao.xiang@intel.com>
Tue, 28 May 2013 08:19:08 +0000
(16:19 +0800)
va/va_enc_h264.h
patch
|
blob
|
history
diff --git
a/va/va_enc_h264.h
b/va/va_enc_h264.h
index
711403c
..
64ac107
100644
(file)
--- a/
va/va_enc_h264.h
+++ b/
va/va_enc_h264.h
@@
-406,9
+406,9
@@
typedef struct _VAEncSliceParameterBufferH264 {
* Range: 0 to 31, inclusive.
*/
unsigned char num_ref_idx_l1_active_minus1;
- /** \brief
XXX: is this really used?
*/
+ /** \brief
Reference picture list 0 (for P slices).
*/
VAPictureH264 RefPicList0[32];
- /** \brief
XXX: is this really used?
*/
+ /** \brief
Reference picture list 1 (for B slices).
*/
VAPictureH264 RefPicList1[32];
/**@}*/