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

corrected vaBufferInfo interface

parent a47f2c49
......@@ -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 */
);
......
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