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:29:12 +0800
commit4c070b8bae161359fc60afa118baec1a19fde800 (patch)
treee2a3288a38ad205722edb816f424d88e8a6ff899
parent4763db1c2133d4e6b92355938ecb6f23a7767b6b (diff)
downloadlibva-4c070b8bae161359fc60afa118baec1a19fde800.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>
-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. */