Browse Source
Ensure the input_decoder is flushed before deletion, so that it's not stuck waiting on the decoder implementation or the output for the ES. The end goal is to simplify vlc_input_decoder_Delete to ensure it is either flushed or drained before being deleted, so that the wanted behaviour is written in the code and frames are neither dropped when they should have been played, nor drained during interruption, resulting in increased response time.pull/162/head
committed by
Steve Lhomme
1 changed files with 5 additions and 0 deletions
Loading…
Reference in new issue