From: Austin Yuan <shengquan.y...@intel.com> Signed-off-by: Austin Yuan <shengquan.y...@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 _______________________________________________ Libva mailing list Libva@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libva