2026-02-06 22:23:20 +01:00
|
|
|
cimport libav as lib
|
|
|
|
|
|
|
|
|
|
|
2026-06-16 17:09:34 +00:00
|
|
|
cdef class Dictionary:
|
2026-02-06 22:23:20 +01:00
|
|
|
cdef lib.AVDictionary *ptr
|
2026-06-16 17:09:34 +00:00
|
|
|
cpdef Dictionary copy(self)
|
2026-02-06 22:23:20 +01:00
|
|
|
|
2026-06-16 17:09:34 +00:00
|
|
|
cdef Dictionary wrap_dictionary(lib.AVDictionary *input_)
|