summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorllyyr <llyyr.public@gmail.com>2024-01-20 00:08:20 +0530
committerDudemanguy <random342@airmail.cc>2024-01-20 16:10:20 +0000
commit5cc0495718372bc81b9691b7158f71a51728d10e (patch)
treed38175c0cebcd4af8cde9f6e700aed1d9592715f /DOCS/man/options.rst
parent6302a795d2f0b80c5122f9ce95a6ffd8f5c2a9fd (diff)
downloadmpv-5cc0495718372bc81b9691b7158f71a51728d10e.tar.bz2
mpv-5cc0495718372bc81b9691b7158f71a51728d10e.tar.xz
DOCS/*: remove mentions of Libav
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index acab0837d3..c8eb77bb5f 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1721,7 +1721,7 @@ Video
By default, this is set to ``h264,vc1,hevc,vp8,vp9,av1``. Note that
the hardware acceleration special codecs like ``h264_vdpau`` are not
- relevant anymore, and in fact have been removed from Libav in this form.
+ relevant anymore, and in fact have been removed from FFmpeg in this form.
This is usually only needed with broken GPUs, where a codec is reported
as supported, but decoding causes more problems than it solves.
@@ -1984,7 +1984,7 @@ Audio
.. admonition:: Examples
``--ad=mp3float``
- Prefer the FFmpeg/Libav ``mp3float`` decoder over all other MP3
+ Prefer the FFmpeg ``mp3float`` decoder over all other MP3
decoders.
``--ad=help``
@@ -4783,7 +4783,7 @@ It also sets the defaults for the ``lavrresample`` audio filter.
``--audio-swresample-o=<string>``
Set AVOptions on the SwrContext or AVAudioResampleContext. These should
- be documented by FFmpeg or Libav.
+ be documented by FFmpeg.
This is a key/value list option. See `List Options`_ for details.
@@ -5140,11 +5140,11 @@ Network
``--tls-ca-file=<filename>``
Certificate authority database file for use with TLS. (Silently fails with
- older FFmpeg or Libav versions.)
+ older FFmpeg versions.)
``--tls-verify``
Verify peer certificates when using TLS (e.g. with ``https://...``).
- (Silently fails with older FFmpeg or Libav versions.)
+ (Silently fails with older FFmpeg versions.)
``--tls-cert-file``
A file containing a certificate to use in the handshake with the
@@ -5158,7 +5158,7 @@ Network
``--network-timeout=<seconds>``
Specify the network timeout in seconds (default: 60 seconds). This affects
- at least HTTP. The special value 0 uses the FFmpeg/Libav defaults. If a
+ at least HTTP. The special value 0 uses the FFmpeg defaults. If a
protocol is used which does not support timeouts, this option is silently
ignored.