[vlc-devel] [PATCH 11/42] vdpau: picture_sys_t definition for output surfaces

Rémi Denis-Courmont remi at remlab.net
Fri Jun 28 20:29:59 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 575f181..aa64d38 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.1




More information about the vlc-devel mailing list