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

decoder: remove dead code

The ES output never calls FrameNext on non-video tracks.
parent 414de08e
...@@ -2061,12 +2061,6 @@ void input_DecoderFrameNext( decoder_t *p_dec, mtime_t *pi_duration ) ...@@ -2061,12 +2061,6 @@ void input_DecoderFrameNext( decoder_t *p_dec, mtime_t *pi_duration )
if( p_owner->p_vout ) if( p_owner->p_vout )
vout_NextPicture( p_owner->p_vout, pi_duration ); vout_NextPicture( p_owner->p_vout, pi_duration );
} }
else
{
/* TODO subtitle should not be flushed */
p_owner->b_waiting = false;
input_DecoderFlush( p_dec );
}
vlc_mutex_unlock( &p_owner->lock ); vlc_mutex_unlock( &p_owner->lock );
} }
......
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