mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 04:22:51 +08:00
Fix name of asplit filter
This commit is contained in:
parent
755fb843de
commit
e7fbb288d4
@ -54,7 +54,7 @@ def split(stream):
|
||||
|
||||
@filter_operator()
|
||||
def asplit(stream):
|
||||
return FilterNode(stream, split.__name__)
|
||||
return FilterNode(stream, asplit.__name__)
|
||||
|
||||
|
||||
@filter_operator()
|
||||
|
Loading…
x
Reference in New Issue
Block a user