Commit 24a458f1 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Backport of [24998]

parent d03baff7
......@@ -393,6 +393,7 @@ static int Open ( vlc_object_t *p_this )
if( sub->readSource() == NULL ) continue;
tk = (live_track_t*)malloc( sizeof( live_track_t ) );
if( !tk ) goto error;
tk->p_demux = p_demux;
tk->waiting = 0;
tk->i_pts = 0;
......
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