Browse Source
Sub-decoders are decoders whose state is defined by previous decoders. Specifically in the current case, picture frames with specific SEI data can convey subtitles as closed captions and report them from the decoder implementation itself. Since the core never locks the implementation, and the implementation can be asynchronously reporting subtitles, a common lock need to be setup so that the core can then check and use the sub-decoders being created without racing against the upper decoder implementation. Co-authored-by: François Cartegnie <fcvlcdev@free.fr>pull/138/head
committed by
Steve Lhomme
1 changed files with 13 additions and 4 deletions
Loading…
Reference in new issue