summaryrefslogtreecommitdiff
path: root/va/va_backend.h
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2011-12-18 18:44:49 +0100
committerXiang, Haihao <haihao.xiang@intel.com>2013-05-28 16:32:18 +0800
commite9078277b57f70930c9e58177a4e546b6a61dfdc (patch)
treec8f74fabebaf7d49fe91b4eb6c6860de750867f0 /va/va_backend.h
parent0c097f5d09b400527c29d8b100f01dfafa2c2438 (diff)
downloadlibva-e9078277b57f70930c9e58177a4e546b6a61dfdc.tar.gz
vpp: add video processing hooks.
Diffstat (limited to 'va/va_backend.h')
-rw-r--r--va/va_backend.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/va/va_backend.h b/va/va_backend.h
index a0c408d..35e96cf 100644
--- a/va/va_backend.h
+++ b/va/va_backend.h
@@ -473,7 +473,14 @@ struct VADriverContext
*/
struct VADriverVTableWayland *vtable_wayland;
- unsigned long reserved[43]; /* reserve for future add-ins, decrease the subscript accordingly */
+ /**
+ * \brief The VA/VPP implementation hooks.
+ *
+ * This structure is allocated from libva with calloc().
+ */
+ struct VADriverVTableVPP *vtable_vpp;
+
+ unsigned long reserved[42]; /* reserve for future add-ins, decrease the subscript accordingly */
};
#define VA_DISPLAY_MAGIC 0x56414430 /* VAD0 */