Skip to content

Commit

Permalink
Add codec context subtitle stub
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Mar 4, 2024
1 parent ef97595 commit 956acfb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions av/subtitles/codeccontext.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from typing import Literal

from av.codec.context import CodecContext

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

0 comments on commit 956acfb

Please sign in to comment.