Commit 9ae385f6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

live555: rtsp-caching is needed also for SDP

parent 3f74d14d
......@@ -274,10 +274,7 @@ static int Open ( vlc_object_t *p_this )
return VLC_EGENERIC;
}
}
else
{
var_Create( p_demux, "rtsp-caching", VLC_VAR_INTEGER|VLC_VAR_DOINHERIT );
}
p_demux->pf_demux = Demux;
p_demux->pf_control= Control;
......
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