From: Austin Yuan <[email protected]>
Signed-off-by: Austin Yuan <[email protected]>
---
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
_______________________________________________
Libva mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libva