corrected vaBufferInfo interface
authorAlexander I Osin <alexander.i.osin@intel.com>
Thu, 28 Apr 2011 16:05:45 +0000 (19:05 +0300)
committerAustin Yuan <shengquan.yuan@gmail.com>
Fri, 6 May 2011 02:44:45 +0000 (10:44 +0800)
va/va_backend.h

index 060afd3..9b47cae 100644 (file)
@@ -347,11 +347,10 @@ struct VADriverVTable
 
         /* used by va trace */        
         VAStatus (*vaBufferInfo) (
-                   VADriverContextP ctx,
-                   VAContextID context, /* in */
-                   VABufferID buf_id, /* in */
-                   VABufferType *type,    /* out */
-                   unsigned int *size,    /* out */
+                   VADriverContextP ctx,      /* in */
+                   VABufferID buf_id,         /* in */
+                   VABufferType *type,        /* out */
+                   unsigned int *size,        /* out */
                    unsigned int *num_elements /* out */
         );