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/codec/hwaccel.pxd
Normal file
21
venv/lib/python3.12/site-packages/av/codec/hwaccel.pxd
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
cimport libav as lib
|
||||
|
||||
from av.codec.codec cimport Codec
|
||||
|
||||
|
||||
cdef class HWConfig:
|
||||
cdef object __weakref__
|
||||
cdef lib.AVCodecHWConfig *ptr
|
||||
cdef void _init(self, lib.AVCodecHWConfig *ptr)
|
||||
|
||||
cdef HWConfig wrap_hwconfig(lib.AVCodecHWConfig *ptr)
|
||||
|
||||
cdef class HWAccel:
|
||||
cdef int _device_type
|
||||
cdef str _device
|
||||
cdef readonly Codec codec
|
||||
cdef readonly HWConfig config
|
||||
cdef lib.AVBufferRef *ptr
|
||||
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