summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vf.rst
diff options
context:
space:
mode:
authorLaserEyess <lasereyess@users.noreply.github.com>2021-08-12 19:35:58 -0400
committerDudemanguy <random342@airmail.cc>2021-08-17 13:42:21 +0000
commit9aa5cd6f45cef46bcb47ad60cb5066ed7bd61e1d (patch)
tree104e0793b1d6d1f9378c8f8def4f0a799b8ec31c /DOCS/man/vf.rst
parentb7afac32486df794884020b3bcdf72cfa2f3001d (diff)
downloadmpv-9aa5cd6f45cef46bcb47ad60cb5066ed7bd61e1d.tar.bz2
mpv-9aa5cd6f45cef46bcb47ad60cb5066ed7bd61e1d.tar.xz
DOCS: convert 3rd party http links to https
Discovered with: find . -type f \( -name '*.md' -o -name '*.rst' \) -exec grep -n 'http://' {} + All real, i.e. non-example, links found were moved to https. There are some dead links and websites with no https available which were not converted.
Diffstat (limited to 'DOCS/man/vf.rst')
-rw-r--r--DOCS/man/vf.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index e07360b24d..cc7c473ebe 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -60,7 +60,7 @@ libavfilter bridge.
.. note::
To get a full list of available video filters, see ``--vf=help`` and
- http://ffmpeg.org/ffmpeg-filters.html .
+ https://ffmpeg.org/ffmpeg-filters.html .
Also, keep in mind that most actual filters are available via the ``lavfi``
wrapper, which gives you access to most of libavfilter's filters. This
@@ -389,7 +389,7 @@ Available mpv-only filters are:
option gives the flags which should be passed to libswscale. This
option is numeric and takes a bit-wise combination of ``SWS_`` flags.
- See ``http://git.videolan.org/?p=ffmpeg.git;a=blob;f=libswscale/swscale.h``.
+ See ``https://git.videolan.org/?p=ffmpeg.git;a=blob;f=libswscale/swscale.h``.
``<o>``
Set AVFilterGraph options. These should be documented by FFmpeg.