Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue