Commit 43befcc7 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove unused variable

parent 84fe2cd5
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment