AV_CODEC_PROP_TEXT_SUB

Subtitle codec is text based. Decoded AVSubtitle data can be read from the AVSubtitleRect->ass field.

extern (C) @nogc nothrow
enum AV_CODEC_PROP_TEXT_SUB = 1 << 17;

Meta