Skip to content

Commit

Permalink
Remove SubtitleSet.packet
Browse files Browse the repository at this point in the history
Always returned `None`. Appeared to be not implemented correctly.
Undocumented in type stubs.
  • Loading branch information
WyattBlue committed Jun 25, 2024
1 parent 96a0527 commit 7777261
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions av/subtitles/subtitle.pxd
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
cimport libav as lib

from av.packet cimport Packet


cdef class SubtitleProxy:
cdef lib.AVSubtitle struct


cdef class SubtitleSet:
cdef readonly Packet packet
cdef SubtitleProxy proxy
cdef readonly tuple rects

Expand Down

0 comments on commit 7777261

Please sign in to comment.