File size: 149 Bytes
06555b5
 
 
 
 
 
1
2
3
4
5
6
7
from typing import Literal

from av.codec.context import CodecContext

class SubtitleCodecContext(CodecContext):
    type: Literal["subtitle"]