1 parent 755fb84 commit e7fbb28Copy full SHA for e7fbb28
1 file changed
ffmpeg/_filters.py
@@ -54,7 +54,7 @@ def split(stream):
54
55
@filter_operator()
56
def asplit(stream):
57
- return FilterNode(stream, split.__name__)
+ return FilterNode(stream, asplit.__name__)
58
59
60
0 commit comments