From cedcdc1f3cdf0158cb1ae142d5b0d91278f40bf9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 14 Dec 2017 19:31:09 +0100 Subject: 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. --- DOCS/interface-changes.rst | 2 ++ DOCS/man/options.rst | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'DOCS') diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index 7dcb9cda55..7fb6942eeb 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -59,6 +59,8 @@ Interface changes now. - change the --hwdec option from a choice to a plain string (affects introspection of the option/property), also affects some properties + - rename --hwdec=rpi to --hwdec=mmal, sane for the -copy variant (no + backwards compatibility) --- mpv 0.27.0 --- - drop previously deprecated --field-dominance option - drop previously deprecated "osd" command 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) -- cgit v1.2.3