8000 Merge pull request #209 from JDLH/typo_filters_doc · Powercoder64/ffmpeg-python@41daf9a · GitHub
[go: up one dir, main page]

Skip to content
65F2

Commit 41daf9a

Browse files
authored
Merge pull request kkroening#209 from JDLH/typo_filters_doc
Fix typo "fmpeg-python" to read "ffmpeg-python"
2 parents ac111dc + 35695d9 commit 41daf9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffmpeg/_filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def filter(stream_spec, filter_name, *args, **kwargs):
2929
"""Apply custom filter.
3030
3131
``filter_`` is normally used by higher-level filter functions such as ``hflip``, but if a filter implementation
32-
is missing from ``fmpeg-python``, you can call ``filter_`` directly to have ``fmpeg-python`` pass the filter name
32+
is missing from ``ffmpeg-python``, you can call ``filter_`` directly to have ``ffmpeg-python`` pass the filter name
3333
and arguments to ffmpeg verbatim.
3434
3535
Args:

0 commit comments

Comments
 (0)
0