diff options
author | Petri Hintukainen <phintuka@users.sourceforge.net> | 2013-09-30 09:30:43 +0300 |
---|---|---|
committer | Petri Hintukainen <phintuka@users.sourceforge.net> | 2013-09-30 09:30:43 +0300 |
commit | d2391e6610c74661b5c2a61f97d1254272e02f05 (patch) | |
tree | aa5728efce37d5c2e13b4f310de98365dfe66cd8 | |
parent | c5b1123ec560ed15f2aebafc0ef76a5448d29e17 (diff) | |
download | xine-lib-d2391e6610c74661b5c2a61f97d1254272e02f05.tar.gz xine-lib-d2391e6610c74661b5c2a61f97d1254272e02f05.tar.bz2 |
Hide warning: unused variable 'frame'
-rw-r--r-- | src/video_out/video_out_vdpau.c | 2 |
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; } |