[vlc-commits] vout: unused parameter
Rémi Denis-Courmont
git at videolan.org
Sat May 25 09:57:43 CEST 2013
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat May 25 10:57:37 2013 +0300| [5e340bc1c4a4574a6ada740cd9de32a63039052f] | committer: Rémi Denis-Courmont
vout: unused parameter
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5e340bc1c4a4574a6ada740cd9de32a63039052f
---
src/video_output/event.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/video_output/event.h b/src/video_output/event.h
index 6e8e492..c8123e8 100644
--- a/src/video_output/event.h
+++ b/src/video_output/event.h
@@ -42,6 +42,7 @@ static inline void vout_SendEventClose(vout_thread_t *vout)
#warning FIXME: implement video close event
/* FIXME: this code is disabled as it breaks the non-playlist cases */
//playlist_Stop(pl_Get(vout));
+ (void) vout;
}
static inline void vout_SendEventKey(vout_thread_t *vout, int key)
{
More information about the vlc-commits
mailing list