File size: 163 Bytes
64772a4
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
cimport libav as lib

from av.container.core cimport Container
from av.stream cimport Stream


cdef class InputContainer(Container):

    cdef flush_buffers(self)