DelegatingSubtitleDecoder
class DelegatingSubtitleDecoder(name: String, parser: SubtitleParser) : SimpleSubtitleDecoder(source)
We need to convert the newer SubtitleParser to an older SubtitleDecoder
We need to convert the newer SubtitleParser to an older SubtitleDecoder