summaryrefslogtreecommitdiff
path: root/va/va_backend.h
diff options
context:
space:
mode:
authorRen Zhaohan <zhaohan.ren@intel.com>2010-04-01 19:45:55 +0800
committerRen Zhaohan <zhaohan.ren@intel.com>2010-04-01 19:45:55 +0800
commit24914b55e70e2012682eecd8e81bb3bd5fada310 (patch)
tree7c8530b120793879e698671d52d0aa35a4d3a4a6 /va/va_backend.h
parent6db0f051641feb01fe79c4ff51306f31ee6cfbe9 (diff)
downloadlibva-24914b55e70e2012682eecd8e81bb3bd5fada310.tar.gz
Add Android.mk, pass compile
Diffstat (limited to 'va/va_backend.h')
-rw-r--r--va/va_backend.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/va/va_backend.h b/va/va_backend.h
index 370c78d..cd6201e 100644
--- a/va/va_backend.h
+++ b/va/va_backend.h
@@ -32,7 +32,9 @@
#include <va/va.h>
#include <X11/Xlib.h>
#include <linux/videodev2.h>
+#include <ui/Surface.h>
+class Surface;
typedef struct VADriverContext *VADriverContextP;
typedef struct VADisplayContext *VADisplayContextP;
@@ -180,7 +182,7 @@ struct VADriverVTable
VAStatus (*vaPutSurface) (
VADriverContextP ctx,
VASurfaceID surface,
- Drawable draw, /* X Drawable */
+ Surface* draw, /* X Drawable */
short srcx,
short srcy,
unsigned short srcw,