From ae7318f3d996e9459e73be443521bb8adf7a0e66 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Thu, 10 Aug 2017 03:33:38 -0400 Subject: [PATCH] va.h: fix comments error for arbitrary number of MBs per slice. Signed-off-by: Jun Zhao --- va/va.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /**@}*/ -- 2.11.0