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 ...@@ -347,11 +347,10 @@ struct VADriverVTable
/* used by va trace */ /* used by va trace */
VAStatus (*vaBufferInfo) ( VAStatus (*vaBufferInfo) (
VADriverContextP ctx, VADriverContextP ctx, /* in */
VAContextID context, /* in */ VABufferID buf_id, /* in */
VABufferID buf_id, /* in */ VABufferType *type, /* out */
VABufferType *type, /* out */ unsigned int *size, /* out */
unsigned int *size, /* out */
unsigned int *num_elements /* 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