Browse Source
Now that decoder_t::pf_flush is called right before every call to
vlc_input_decoder_Delete, there are multiple cases without decoder_flush
scenario entry and keeping it mandatory is not useful anymore.
Since cef875107b, this was leading to
spurrious test failure depending on whether the decoder thread exited
before calling flush (no assertion) or if it could reach the call to
pf_flush (assertion failure).
pull/162/head
committed by
Steve Lhomme
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue