Commit 781bd360 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: avi: fix wrong test (cid #1348118)

parent 6a50afb6
......@@ -1346,7 +1346,7 @@ static int Demux_UnSeekable( demux_t *p_demux )
p_stream_master = tk;
break;
}
else if( !tk )
else if( !p_stream_master )
{
p_stream_master = tk;
}
......
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