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

@ -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*)