summaryrefslogtreecommitdiff
path: root/va
diff options
context:
space:
mode:
authorFei Jiang <fei.jiang@intel.com>2014-02-27 08:15:21 +0800
committerbuildslave <sys_buildbot@intel.com>2014-03-06 02:17:16 +0000
commit4977895265de238e8ec97c0e1c806ca66d6d894f (patch)
tree97ff11b738debf0b38dbfee7e27d45ea17c77599 /va
parent99c7404858cacd669fca6a1cedc2c837a1cf74f6 (diff)
downloadlibva-4977895265de238e8ec97c0e1c806ca66d6d894f.tar.gz
libva: enable 64bit support
BZ: 172915 correct the type of buffers in structure _VASurfaceAttributeTPI Change-Id: Ie4ddc9692d0d8f9a13632c996e62bb7061538c88 Signed-off-by: Fei Jiang <fei.jiang@intel.com>
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
*/