Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
|
|
@ -5,10 +5,10 @@ from av.codec.codec cimport Codec
|
|||
|
||||
cdef class HWConfig:
|
||||
cdef object __weakref__
|
||||
cdef lib.AVCodecHWConfig *ptr
|
||||
cdef void _init(self, lib.AVCodecHWConfig *ptr)
|
||||
cdef const lib.AVCodecHWConfig *ptr
|
||||
cdef void _init(self, const lib.AVCodecHWConfig *ptr)
|
||||
|
||||
cdef HWConfig wrap_hwconfig(lib.AVCodecHWConfig *ptr)
|
||||
cdef HWConfig wrap_hwconfig(const lib.AVCodecHWConfig *ptr)
|
||||
|
||||
cdef class HWAccel:
|
||||
cdef int _device_type
|
||||
|
|
@ -16,6 +16,8 @@ cdef class HWAccel:
|
|||
cdef readonly Codec codec
|
||||
cdef readonly HWConfig config
|
||||
cdef lib.AVBufferRef *ptr
|
||||
cdef readonly int device_id
|
||||
cdef readonly bint is_hw_owned
|
||||
cdef public bint allow_software_fallback
|
||||
cdef public dict options
|
||||
cdef public int flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue