From 6ada38d29a9b6eb01ad21e9b1ec089bf42d497da Mon Sep 17 00:00:00 2001 From: Thomas Balling Sørensen Date: Thu, 22 Jul 2010 01:46:40 +0200 Subject: Added stubs for the rest of the vdpau interface --- src/gallium/state_trackers/vdpau/surface.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gallium/state_trackers/vdpau/surface.c') diff --git a/src/gallium/state_trackers/vdpau/surface.c b/src/gallium/state_trackers/vdpau/surface.c index 18fe788f870..89437c89e44 100644 --- a/src/gallium/state_trackers/vdpau/surface.c +++ b/src/gallium/state_trackers/vdpau/surface.c @@ -30,6 +30,7 @@ #include #include #include +#include VdpStatus vlVdpVideoSurfaceCreate(VdpDevice device, @@ -38,6 +39,8 @@ vlVdpVideoSurfaceCreate(VdpDevice device, uint32_t height, VdpVideoSurface *surface) { + printf("[VDPAU] Creating a surface\n"); + vlVdpSurface *p_surf; VdpStatus ret; -- cgit v1.2.3