[vlc-devel] commit: Remove unused variable ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Jul 19 19:05:21 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jul 19 20:04:43 2009 +0300| [43befcc7b746f74dbac9b536d10e7380825a55c4] | committer: Rémi Denis-Courmont
Remove unused variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=43befcc7b746f74dbac9b536d10e7380825a55c4
---
modules/access/rtp/input.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/rtp/input.c b/modules/access/rtp/input.c
index fc58bc5..2d3d60f 100644
--- a/modules/access/rtp/input.c
+++ b/modules/access/rtp/input.c
@@ -171,7 +171,7 @@ void *rtp_thread (void *data)
{
demux_t *demux = data;
demux_sys_t *p_sys = demux->p_sys;
- bool autodetect = true, reorder = false;
+ bool autodetect = true;
if (vlc_timer_create (&p_sys->timer, rtp_process, data))
return NULL;
More information about the vlc-devel
mailing list