Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
|
|
@ -5,8 +5,8 @@ cdef class ContainerFormat:
|
|||
|
||||
cdef readonly str name
|
||||
|
||||
cdef lib.AVInputFormat *iptr
|
||||
cdef lib.AVOutputFormat *optr
|
||||
cdef const lib.AVInputFormat *iptr
|
||||
cdef const lib.AVOutputFormat *optr
|
||||
|
||||
|
||||
cdef ContainerFormat build_container_format(lib.AVInputFormat*, lib.AVOutputFormat*)
|
||||
cdef ContainerFormat build_container_format(const lib.AVInputFormat*, const lib.AVOutputFormat*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue