MNghia's picture
Add files using upload-large-folder tool
593db5a verified
from av.codec.context cimport CodecContext
from av.packet cimport Packet
cdef class SubtitleCodecContext(CodecContext):
cpdef decode2(self, Packet packet)