av
audio
frame.pyx +2 -1
codec
context.pyx +37 -0
container
input.pyx +17 -0
video
frame.pyx +2 -1
packet.pyx +7 -0
stream.pyx +7 -0
+ 2
- 1
@@ -89,7 +89,8 @@ cdef class AudioFrame(Frame):
+ 37
- 0
@@ -265,6 +265,25 @@ cdef class CodecContext(object):
@@ -357,6 +376,24 @@ cdef class CodecContext(object):
+ 17
- 0
@@ -163,6 +163,23 @@ cdef class InputContainer(Container):
+ 2
- 1
@@ -96,7 +96,8 @@ cdef class VideoFrame(Frame):
+ 7
- 0
@@ -101,6 +101,13 @@ cdef class Packet(Buffer):