Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
|
|
@ -3,6 +3,7 @@ cimport libav as lib
|
|||
from av.codec.context cimport CodecContext
|
||||
from av.container.core cimport Container
|
||||
from av.frame cimport Frame
|
||||
from av.index cimport IndexEntries
|
||||
from av.packet cimport Packet
|
||||
|
||||
|
||||
|
|
@ -16,6 +17,8 @@ cdef class Stream:
|
|||
# CodecContext attributes.
|
||||
cdef readonly CodecContext codec_context
|
||||
|
||||
cdef readonly IndexEntries index_entries
|
||||
|
||||
# Private API.
|
||||
cdef _init(self, Container, lib.AVStream*, CodecContext)
|
||||
cdef _finalize_for_output(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue