File size: 172 Bytes
06555b5
 
 
 
 
 
 
 
 
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)