From c34ad15c065fec9d539cd0ca75593903865666a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20Ni=C3=9Fl?= Date: Tue, 25 Jan 2011 20:30:34 +0100 Subject: Correct type of two VDPAU function pointers. As both types have the same signature, there was error during build nor at runtime. --HG-- extra : rebase_source : 125cbc9417554303cc6a3c04dfedfedcdcc4710b --- src/video_out/video_out_vdpau.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/video_out/video_out_vdpau.c b/src/video_out/video_out_vdpau.c index 4348aaa0a..31cb03a72 100644 --- a/src/video_out/video_out_vdpau.c +++ b/src/video_out/video_out_vdpau.c @@ -168,8 +168,8 @@ static void vdpau_reinit( vo_driver_t *this_gen ); static VdpVideoSurfaceCreate *orig_vdp_video_surface_create; static VdpVideoSurfaceDestroy *orig_vdp_video_surface_destroy; -static VdpVideoSurfaceCreate *orig_vdp_output_surface_create; -static VdpVideoSurfaceDestroy *orig_vdp_output_surface_destroy; +static VdpOutputSurfaceCreate *orig_vdp_output_surface_create; +static VdpOutputSurfaceDestroy *orig_vdp_output_surface_destroy; static VdpVideoSurfacePutBitsYCbCr *orig_vdp_video_surface_putbits_ycbcr; -- cgit v1.2.3