Commit 1a774ee2 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: asf: don't warn on stop.

Can still have unsent blocks.
parent 6aa64b7a
...@@ -1596,10 +1596,8 @@ static void DemuxEnd( demux_t *p_demux ) ...@@ -1596,10 +1596,8 @@ static void DemuxEnd( demux_t *p_demux )
if( tk ) if( tk )
{ {
if( tk->p_frame ) if( tk->p_frame )
{
msg_Warn( p_demux, "Still one frame for track %u, something is wrong", i );
block_ChainRelease( tk->p_frame ); block_ChainRelease( tk->p_frame );
}
if( tk->p_es ) if( tk->p_es )
{ {
es_out_Del( p_demux->out, tk->p_es ); es_out_Del( p_demux->out, tk->p_es );
......
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