summaryrefslogtreecommitdiff
path: root/src/xine-engine
diff options
context:
space:
mode:
authorChristophe Thommeret <hftom@free.fr>2008-12-12 06:49:08 +0000
committerChristophe Thommeret <hftom@free.fr>2008-12-12 06:49:08 +0000
commit65ae9896ac134cad57835d5dcf8ec5594efe7d2c (patch)
treec398c3eb035c894c0e65263013797b485897cd9e /src/xine-engine
parent4890018b8474b2a6c746e9de66da585c6ed016e6 (diff)
downloadxine-lib-65ae9896ac134cad57835d5dcf8ec5594efe7d2c.tar.gz
xine-lib-65ae9896ac134cad57835d5dcf8ec5594efe7d2c.tar.bz2
Locking fixes.
Diffstat (limited to 'src/xine-engine')
-rw-r--r--src/xine-engine/accel_vdpau.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xine-engine/accel_vdpau.h b/src/xine-engine/accel_vdpau.h
index f5b80e4d4..73965abc2 100644
--- a/src/xine-engine/accel_vdpau.h
+++ b/src/xine-engine/accel_vdpau.h
@@ -43,7 +43,6 @@ typedef struct {
VdpGetErrorString *vdp_get_error_string;
VdpVideoSurfaceCreate *vdp_video_surface_create;
- VdpVideoSurfaceDestroy *vdp_video_surface_destroy;
VdpDecoderCreate *vdp_decoder_create;
VdpDecoderDestroy *vdp_decoder_destroy;
VdpDecoderRender *vdp_decoder_render;