summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-12-14 19:31:09 +0100
committerJan Ekström <jeebjp@gmail.com>2017-12-15 12:32:25 +0200
commitcedcdc1f3cdf0158cb1ae142d5b0d91278f40bf9 (patch)
tree7cdb7bef7d88cc2b99068ad0804946113fa512d9 /DOCS/man/options.rst
parent9824a30eb164300e1c626bf897f0e9658d23b9cc (diff)
downloadmpv-cedcdc1f3cdf0158cb1ae142d5b0d91278f40bf9.tar.bz2
mpv-cedcdc1f3cdf0158cb1ae142d5b0d91278f40bf9.tar.xz
vd_lavc: rename --hwdec=rpi to --hwdec=mmal
Annoying exception that makes no sense to keep. Normally, users or client applications will either use --hwdec=auto, or not set the option at all, which both leads to the expected result.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index b67d8fe120..118bdde31e 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -698,8 +698,8 @@ Video
:d3d11va-copy: copies video back to system RAM (Windows 8+ only)
:mediacodec: requires ``--vo=mediacodec_embed`` (Android only)
:mediacodec-copy: copies video back to system RAM (Android only)
- :rpi: requires ``--vo=gpu`` (Raspberry Pi only - default if available)
- :rpi-copy: copies video back to system RAM (Raspberry Pi only)
+ :mmal: requires ``--vo=gpu`` (Raspberry Pi only - default if available)
+ :mmal-copy: copies video back to system RAM (Raspberry Pi only)
:cuda: requires ``--vo=gpu`` (Any platform CUDA is available)
:cuda-copy: copies video back to system RAM (Any platform CUDA is available)
:nvdec: requires ``--vo=gpu`` (Any platform CUDA is available)