Commit a47f2c49 authored by Alexander I Osin's avatar Alexander I Osin Committed by Austin Yuan

corrected vaBufferInfo interface

parent f5c73d8a
......@@ -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 (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment