From: Alexander I Osin Date: Thu, 28 Apr 2011 16:05:45 +0000 (+0300) Subject: corrected vaBufferInfo interface X-Git-Tag: libva-1.0.13~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a983263fe97f1d9d5f09c5ff1fef114a4312f328;p=platform%2Fupstream%2Flibva.git corrected vaBufferInfo interface --- diff --git a/va/va_backend.h b/va/va_backend.h index 060afd3..9b47cae 100644 --- a/va/va_backend.h +++ b/va/va_backend.h @@ -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 */ );