summaryrefslogtreecommitdiff
path: root/va
diff options
context:
space:
mode:
Diffstat (limited to 'va')
-rw-r--r--va/va_tpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/va/va_tpi.h b/va/va_tpi.h
index 3a53926..b7c9c57 100644
--- a/va/va_tpi.h
+++ b/va/va_tpi.h
@@ -62,7 +62,7 @@ typedef struct _VASurfaceAttributeTPI {
unsigned int chroma_u_offset; /* U offset from the beginning of the memory */
unsigned int chroma_v_offset; /* V offset from the beginning of the memory */
unsigned int count; /* buffer count for surface creation */
- unsigned int *buffers; /* buffer handles or user pointers */
+ unsigned long *buffers; /* buffer handles or user pointers */
unsigned int reserved[4]; /* used to pass additional information, like
* Android native window pointer
*/