diff options
author | Aman Gupta <aman@tmm1.net> | 2017-07-06 10:40:40 -0700 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-10-09 18:36:54 +0200 |
commit | d08e407c9eb9b3fb020efa8f1516a68497389416 (patch) | |
tree | 631c158bf09a050770dd6e0c4bb5b5a7b78bafde /DOCS/man | |
parent | cabb1ca54931d882c6063606c84925071b5ee59d (diff) | |
download | mpv-d08e407c9eb9b3fb020efa8f1516a68497389416.tar.bz2 mpv-d08e407c9eb9b3fb020efa8f1516a68497389416.tar.xz |
hwdec: rename mediacodec to mediacodec-copy
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/options.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 8b1bc8c3d8..f5f668368e 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -681,7 +681,7 @@ Video :d3d11va: requires ``--vo=gpu`` with ``--gpu-context=angle`` (Windows 8+ only) :d3d11va-copy: copies video back to system RAM (Windows 8+ only) - :mediacodec: copies video back to system RAM (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) :cuda: requires ``--vo=gpu`` (Any platform CUDA is available) |