summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2016-09-14 19:16:43 -0400
committerChristian König <christian.koenig@amd.com>2016-09-20 11:13:05 +0200
commit40d787ab05784bf2cc1443805d7fde56c68ba025 (patch)
tree82d30dfdc21409cafdc8ae1172dad58cc51e8bd8 /src/gallium/include
parent92ec820244710e1b13267d8e93f3a81d7114080e (diff)
downloadexternal_mesa3d-40d787ab05784bf2cc1443805d7fde56c68ba025.zip
external_mesa3d-40d787ab05784bf2cc1443805d7fde56c68ba025.tar.gz
external_mesa3d-40d787ab05784bf2cc1443805d7fde56c68ba025.tar.bz2
st/vdpau: fix argument type to vlVdpOutputSurfaceDMABuf
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'src/gallium/include')
-rw-r--r--src/gallium/include/state_tracker/vdpau_dmabuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/include/state_tracker/vdpau_dmabuf.h b/src/gallium/include/state_tracker/vdpau_dmabuf.h
index 886c344..f838c92 100644
--- a/src/gallium/include/state_tracker/vdpau_dmabuf.h
+++ b/src/gallium/include/state_tracker/vdpau_dmabuf.h
@@ -87,7 +87,7 @@ typedef VdpStatus VdpVideoSurfaceDMABuf(
);
typedef VdpStatus VdpOutputSurfaceDMABuf(
- VdpVideoSurface surface,
+ VdpOutputSurface surface,
struct VdpSurfaceDMABufDesc * result
);