Skip to content

Commit e7fbb28

Browse files
committed
Fix name of asplit filter
1 parent 755fb84 commit e7fbb28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ffmpeg/_filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def split(stream):
5454

5555
@filter_operator()
5656
def asplit(stream):
57-
return FilterNode(stream, split.__name__)
57+
return FilterNode(stream, asplit.__name__)
5858

5959

6060
@filter_operator()

0 commit comments

Comments
 (0)