summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.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/mpv.rst
parent6302a795d2f0b80c5122f9ce95a6ffd8f5c2a9fd (diff)
downloadmpv-5cc0495718372bc81b9691b7158f71a51728d10e.tar.bz2
mpv-5cc0495718372bc81b9691b7158f71a51728d10e.tar.xz
DOCS/*: remove mentions of Libav
Diffstat (limited to 'DOCS/man/mpv.rst')
-rw-r--r--DOCS/man/mpv.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 2f15cb6917..a7fba67ecf 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -1153,8 +1153,8 @@ PROTOCOLS
either aliases to documented protocols, or are just redirections to
protocols implemented and documented in FFmpeg.
- ``data:`` is supported in FFmpeg (not in Libav), but needs to be in the
- format ``data://``. This is done to avoid ambiguity with filenames. You
+ ``data:`` is supported, but needs to be in the format ``data://``.
+ This is done to avoid ambiguity with filenames. You
can also prefix it with ``lavf://`` or ``ffmpeg://``.
``ytdl://...``
@@ -1210,7 +1210,7 @@ PROTOCOLS
``lavf://...``
- Access any FFmpeg/Libav libavformat protocol. Basically, this passed the
+ Access any FFmpeg libavformat protocol. Basically, this passed the
string after the ``//`` directly to libavformat.
``av://type:options``
@@ -1425,7 +1425,7 @@ behavior of mpv.
``DISPLAY``
Standard X11 display name to use.
-FFmpeg/Libav:
+FFmpeg:
This library accesses various environment variables. However, they are not
centrally documented, and documenting them is not our job. Therefore, this
list is incomplete.