use Surface* instead of void* 68/568/1
authorRen Zhaohan <zhaohan.ren@intel.com>
Thu, 6 May 2010 01:49:51 +0000 (09:49 +0800)
committerRen Zhaohan <zhaohan.ren@intel.com>
Thu, 6 May 2010 01:49:51 +0000 (09:49 +0800)
va/va_android.h

index 43b2730..5ba1156 100644 (file)
@@ -2,6 +2,9 @@
 #define _VA_ANDROID_H_
 
 #include <va/va.h>
+
+#define Surface void
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -27,7 +30,7 @@ VADisplay vaGetDisplay (
 VAStatus vaPutSurface (
     VADisplay dpy,
     VASurfaceID surface,       
-    void *draw, /* Android Window/Surface */
+    Surface *draw, /* Android Window/Surface */
     short srcx,
     short srcy,
     unsigned short srcw,