From: Jun Zhao Date: Thu, 10 Aug 2017 07:33:38 +0000 (-0400) Subject: va.h: fix comments error for arbitrary number of MBs per slice. X-Git-Tag: android-x86-7.1-r1 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fhardware-intel-common-libva.git;a=commitdiff_plain;h=refs%2Ftags%2Fandroid-x86-7.1-r4 va.h: fix comments error for arbitrary number of MBs per slice. Signed-off-by: Jun Zhao --- diff --git a/va/va.h b/va/va.h index e1382d8..a0eb02f 100644 --- a/va/va.h +++ b/va/va.h @@ -589,7 +589,7 @@ typedef struct _VAConfigAttrib { #define VA_ENC_SLICE_STRUCTURE_ARBITRARY_ROWS 0x00000000 /** \brief Driver supports a power-of-two number of rows per slice. */ #define VA_ENC_SLICE_STRUCTURE_POWER_OF_TWO_ROWS 0x00000001 -/** \brief Driver supports an arbitrary number of rows per slice. */ +/** \brief Driver supports an arbitrary number of macroblocks per slice. */ #define VA_ENC_SLICE_STRUCTURE_ARBITRARY_MACROBLOCKS 0x00000002 /**@}*/