File size: 143 Bytes
ea35292 | 1 2 3 4 5 6 7 | from typing import Literal
from av.codec.context import CodecContext
class SubtitleCodecContext(CodecContext):
type: Literal["subtitle"]
|
ea35292 | 1 2 3 4 5 6 7 | from typing import Literal
from av.codec.context import CodecContext
class SubtitleCodecContext(CodecContext):
type: Literal["subtitle"]
|