diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/video_out_vdpau.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |