summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>2015-05-27 08:53:17 +0300
committerXiang, Haihao <haihao.xiang@intel.com>2015-06-02 14:31:06 +0800
commit8121bb34027040c3ba7824c017f60b6b98a80e31 (patch)
treeea03ba29aa3d63b80e29ff75aceafb674a230ae8
parentee0d5d72c45b6db1e06a101e66143cac829d2354 (diff)
downloadlibva-8121bb34027040c3ba7824c017f60b6b98a80e31.tar.gz
va_dec_hevc.h: Fix the misleading documentation
The slice data buffer should always include the start code prefix. The comment section of VASliceParameterBufferHEVC is saying that the accompanying slice_data_buffer should include start code prefix. But the comment above slice_data_byte_offset is contradicting. Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com> (cherry picked from commit 4c070b8bae161359fc60afa118baec1a19fde800)
-rw-r--r--va/va_dec_hevc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/va/va_dec_hevc.h b/va/va_dec_hevc.h
index 860f5ad..d61a283 100644
--- a/va/va_dec_hevc.h
+++ b/va/va_dec_hevc.h
@@ -264,7 +264,6 @@ typedef struct _VASliceParameterBufferHEVC
* there. However, the slice data buffer passed to the hardware is
* the original bitstream, thus including any emulation prevention
* bytes.
- * The slice bit stream may or may not include the start code prefix.
*/
uint32_t slice_data_byte_offset;
/** HEVC syntax element. */