OSDN Git Service

va.h: fix comments error for arbitrary number of MBs per slice. nougat-x86 android-x86-7.1-r1 android-x86-7.1-r2 android-x86-7.1-r3 android-x86-7.1-r4 android-x86-7.1-r5
authorJun Zhao <jun.zhao@intel.com>
Thu, 10 Aug 2017 07:33:38 +0000 (03:33 -0400)
committerXiang, Haihao <haihao.xiang@intel.com>
Thu, 10 Aug 2017 15:12:21 +0000 (23:12 +0800)
Signed-off-by: Jun Zhao <jun.zhao@intel.com>
va/va.h

diff --git a/va/va.h b/va/va.h
index e1382d8..a0eb02f 100644 (file)
--- 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
 /**@}*/