summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/video_out/video_out_vdpau.c2
1 files changed, 1 insertions, 1 deletions
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;
}