Voice et bot modif

This commit is contained in:
pi 2026-06-16 17:09:34 +00:00
parent 189d56026b
commit 7333a22bcd
10774 changed files with 634644 additions and 933308 deletions

View file

@ -16,18 +16,6 @@ cdef struct AVCodecPrivateData:
cdef class VideoCodecContext(CodecContext):
cdef AVCodecPrivateData _private_data
cdef VideoFormat _format
cdef _build_format(self)
cdef int last_w
cdef int last_h
cdef readonly VideoReformatter reformatter
# For encoding.
cdef readonly int encoded_frame_count
# For decoding.
cdef VideoFrame next_frame