Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
input: decoder: use vlc_input_decoder_Flush for CC
Separate the early return to make it clear that what follows require a valid closed-caption decoder. Then, use vlc_input_decoder_Flush directly, because pf_flush must be called from the CC decoder thread, and the fifo must be flushed beforehand, instead of calling it directly.
- Loading branch information