From: Ren Zhaohan Date: Thu, 6 May 2010 01:49:51 +0000 (+0800) Subject: use Surface* instead of void* X-Git-Tag: PO-ww20.1-video~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9ea9bcf481f4f3b33253484493658b8bee02adf;p=platform%2Fupstream%2Flibva.git use Surface* instead of void* --- diff --git a/va/va_android.h b/va/va_android.h index 43b2730..5ba1156 100644 --- a/va/va_android.h +++ b/va/va_android.h @@ -2,6 +2,9 @@ #define _VA_ANDROID_H_ #include + +#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,