[vlc-devel] [PATCH 10/48] vdpau: picture_sys_t definition for output surfaces

Rémi Denis-Courmont remi at remlab.net
Tue Jul 2 19:51:36 CEST 2013


---
 modules/hw/vdpau/vlc_vdpau.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/modules/hw/vdpau/vlc_vdpau.h b/modules/hw/vdpau/vlc_vdpau.h
index 23d77c3..9645bfc 100644
--- a/modules/hw/vdpau/vlc_vdpau.h
+++ b/modules/hw/vdpau/vlc_vdpau.h
@@ -237,4 +237,11 @@ bool vlc_fourcc_to_vdp_ycc(vlc_fourcc_t fourcc,
     }
     return true;
 }
+
+struct picture_sys_t
+{
+    VdpOutputSurface surface;
+    VdpDevice device;
+    const vdp_t *vdp;
+};
 #endif
-- 
1.8.3.2




More information about the vlc-devel mailing list