OSDN Git Service

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

diff --git a/va/va.c b/va/va.c
index 162b110..1fca874 100644 (file)
--- a/va/va.c
+++ b/va/va.c
@@ -799,7 +799,7 @@ VAStatus vaBufferInfo (
   CHECK_DISPLAY(dpy);
   ctx = CTX(dpy);
 
-  return ctx->vtable->vaBufferInfo( ctx, context, buf_id, type, size, num_elements );
+  return ctx->vtable->vaBufferInfo( ctx, buf_id, type, size, num_elements );
 }
 
 VAStatus vaBeginPicture (