8000 Add `filter_multi_output` to `__all__` so it's available in API · squidarth/ffmpeg-python@f1e418b · GitHub
[go: up one dir, main page]

Skip to content

Commit f1e418b

Browse files
author
Davide Depau
authored
Add filter_multi_output to __all__ so it's available in API
1 parent 19f316e commit f1e418b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ffmpeg/_filters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ def colorchannelmixer(stream, *args, **kwargs):
421421
'drawbox',
422422
'drawtext',
423423
'filter_',
424+
'filter_multi_output',
424425
'hflip',
425426
'hue',
426427
'overlay',

0 commit comments

Comments
 (0)
0