From df6dbc20cae5f6a85108f4b78caf2cae7d5ff194 Mon Sep 17 00:00:00 2001 From: "Xiang, Haihao" Date: Tue, 22 Nov 2011 13:47:36 +0800 Subject: [PATCH] add support for VAQMatrixBufferType Signed-off-by: Xiang, Haihao --- src/i965_drv_video.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i965_drv_video.c b/src/i965_drv_video.c index 9b9d44c..705ec33 100644 --- a/src/i965_drv_video.c +++ b/src/i965_drv_video.c @@ -1074,6 +1074,7 @@ i965_create_buffer_internal(VADriverContextP ctx, switch (type) { case VAPictureParameterBufferType: case VAIQMatrixBufferType: + case VAQMatrixBufferType: case VABitPlaneBufferType: case VASliceGroupMapBufferType: case VASliceParameterBufferType: -- 2.7.4