From d2391e6610c74661b5c2a61f97d1254272e02f05 Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Mon, 30 Sep 2013 09:30:43 +0300 Subject: Hide warning: unused variable 'frame' --- src/video_out/video_out_vdpau.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/video_out/video_out_vdpau.c b/src/video_out/video_out_vdpau.c index 8ab365113..06476ef20 100644 --- a/src/video_out/video_out_vdpau.c +++ b/src/video_out/video_out_vdpau.c @@ -1008,7 +1008,7 @@ static void vdpau_process_overlays (vdpau_driver_t *this) static void vdpau_frame_proc_slice (vo_frame_t *vo_img, uint8_t **src) { - vdpau_frame_t *frame = (vdpau_frame_t *) vo_img ; + /*vdpau_frame_t *frame = (vdpau_frame_t *) vo_img;*/ vo_img->proc_called = 1; } -- cgit v1.2.3