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