8000 Fix typo "fmpeg-python" to read "ffmpeg-python" · yoyonel/ffmpeg-python@35695d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 35695d9

Browse files
authored
Fix typo "fmpeg-python" to read "ffmpeg-python"
1 parent ac111dc commit 35695d9

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