From ee0d5d72c45b6db1e06a101e66143cac829d2354 Mon Sep 17 00:00:00 2001 From: "Xiang, Haihao" Date: Tue, 26 May 2015 09:49:25 +0800 Subject: Fix the error instroduced in 1ef7a7b when resolving cherry-pick conflict Signed-off-by: Xiang, Haihao --- va/va_backend.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/va/va_backend.h b/va/va_backend.h index 49c737c..14c0f42 100644 --- a/va/va_backend.h +++ b/va/va_backend.h @@ -530,13 +530,6 @@ struct VADriverContext */ struct VADriverVTableWayland *vtable_wayland; - /** - * \brief The VA/VPP implementation hooks. - * - * This structure is allocated from libva with calloc(). - */ - struct VADriverVTableVPP *vtable_vpp; - char *override_driver_name; unsigned long reserved[41]; /* reserve for future add-ins, decrease the subscript accordingly */ -- cgit v1.2.1