OSDN Git Service

va_dec_hevc.h: Fix the misleading documentation
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Wed, 27 May 2015 05:53:17 +0000 (08:53 +0300)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 2 Jun 2015 06:29:12 +0000 (14:29 +0800)
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>
va/va_dec_hevc.h

index 860f5ad..d61a283 100644 (file)
@@ -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. */