Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix name of asplit filter
  • Loading branch information
depau committed Jan 10, 2018
commit e7fbb288d418140f9ceaf7851ed3faa6d4d0368a
2 changes: 1 addition & 1 deletion ffmpeg/_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def split(stream):

@filter_operator()
def asplit(stream):
return FilterNode(stream, split.__name__)
return FilterNode(stream, asplit.__name__)


@filter_operator()
Expand Down