[vlc-commits] vdpau: picture_sys_t definition for output surfaces
Rémi Denis-Courmont
git at videolan.org
Sun Jul 7 20:13:36 CEST 2013
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jun 15 13:20:50 2013 +0300| [0b2cd70af93ead9147b853dbd8065b6ffb82f17f] | committer: Rémi Denis-Courmont
vdpau: picture_sys_t definition for output surfaces
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0b2cd70af93ead9147b853dbd8065b6ffb82f17f
---
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
More information about the vlc-commits
mailing list