Initialisation du repository de Beta
This commit is contained in:
commit
14985f6dbb
9469 changed files with 1903273 additions and 0 deletions
21
venv/lib/python3.12/site-packages/av/option.pxd
Normal file
21
venv/lib/python3.12/site-packages/av/option.pxd
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
cimport libav as lib
|
||||
|
||||
|
||||
cdef class BaseOption:
|
||||
|
||||
cdef const lib.AVOption *ptr
|
||||
|
||||
|
||||
cdef class Option(BaseOption):
|
||||
|
||||
cdef readonly tuple choices
|
||||
|
||||
|
||||
cdef class OptionChoice(BaseOption):
|
||||
|
||||
cdef readonly bint is_default
|
||||
|
||||
|
||||
cdef Option wrap_option(tuple choices, const lib.AVOption *ptr)
|
||||
|
||||
cdef OptionChoice wrap_option_choice(const lib.AVOption *ptr, bint is_default)
|
||||
Loading…
Add table
Add a link
Reference in a new issue