[Libva] [PATCH 20/24] VAProcPipelineParameterBufferType: start from 41 in case there are more encode buffer types to be added in future

Xiang, Haihao haihao.xiang at intel.com
Mon May 13 01:19:23 PDT 2013


From: Austin Yuan <shengquan.yuan at intel.com>

Signed-off-by: Austin Yuan <shengquan.yuan at intel.com>
---
 va/va.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/va/va.h b/va/va.h
index 6c3da98..54b77d9 100644
--- a/va/va.h
+++ b/va/va.h
@@ -726,7 +726,7 @@ typedef enum
      * This buffer describes the video processing pipeline. See
      * #VAProcPipelineParameterBuffer for details.
      */
-    VAProcPipelineParameterBufferType   = 31,
+    VAProcPipelineParameterBufferType   = 41,
     /**
      * \brief Video filter parameter buffer.
      *
@@ -739,7 +739,7 @@ typedef enum
      * deinterlacing (#VAProcFilterParameterBufferDeinterlacing),
      * color balance (#VAProcFilterParameterBufferColorBalance), etc.
      */
-    VAProcFilterParameterBufferType     = 32,
+    VAProcFilterParameterBufferType     = 42,
     VABufferTypeMax                     = 0xff
 } VABufferType;
 
-- 
1.7.4.1



More information about the Libva mailing list