File size: 174 Bytes
ea35292 | 1 2 3 4 5 6 7 8 9 10 11 12 | cimport libav as lib
cdef class _Dictionary:
cdef lib.AVDictionary *ptr
cpdef _Dictionary copy(self)
cdef _Dictionary wrap_dictionary(lib.AVDictionary *input_)
|
ea35292 | 1 2 3 4 5 6 7 8 9 10 11 12 | cimport libav as lib
cdef class _Dictionary:
cdef lib.AVDictionary *ptr
cpdef _Dictionary copy(self)
cdef _Dictionary wrap_dictionary(lib.AVDictionary *input_)
|