mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
remove "stream: " for matching with python 2.x syntax
This commit is contained in:
parent
e742bfced2
commit
00a8f4f79a
@ -243,7 +243,7 @@ class FilterableStream(Stream):
|
|||||||
class InputNode(Node):
|
class InputNode(Node):
|
||||||
"""InputNode type"""
|
"""InputNode type"""
|
||||||
|
|
||||||
def __init__(self, name, stream: Stream = None, args=[], kwargs={}):
|
def __init__(self, name, Stream=None, args=[], kwargs={}):
|
||||||
super(InputNode, self).__init__(
|
super(InputNode, self).__init__(
|
||||||
stream_spec=stream,
|
stream_spec=stream,
|
||||||
name=name,
|
name=name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user