From: Sreerenj Balachandran Date: Wed, 27 May 2015 05:53:17 +0000 (+0300) Subject: va_dec_hevc.h: Fix the misleading documentation X-Git-Tag: android-x86-7.1-r1~165 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fhardware-intel-common-libva.git;a=commitdiff_plain;h=4c070b8bae161359fc60afa118baec1a19fde800 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 --- 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. */