summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorRodger Combs <rodger.combs@gmail.com>2015-10-25 04:45:44 -0500
committerwm4 <wm4@nowhere>2015-10-25 15:21:11 +0100
commitd6e7190836118542b1dba8f0f2d2f1d9821d10dd (patch)
tree559b4e30b2e2fecc947599f8f2fc23fd369b164e /DOCS/man/options.rst
parentd1a46c2c327dad53f1e8808e16c626530be163d1 (diff)
downloadmpv-d6e7190836118542b1dba8f0f2d2f1d9821d10dd.tar.bz2
mpv-d6e7190836118542b1dba8f0f2d2f1d9821d10dd.tar.xz
vd_lavc: make software decoding fallback an option
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index c1a34317b1..c2b8ad118a 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -823,6 +823,10 @@ Video
The result is most likely broken decoding, but may also help if the
detected or reported profiles are somehow incorrect.
+``--vd-lavc-software-fallback=<yes|no>``
+ Fallback to software decoding if the hardware-accelerated decoder fails
+ (default: yes).
+
``--vd-lavc-bitexact``
Only use bit-exact algorithms in all decoding steps (for codec testing).