summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-08 23:04:52 +0200
committerwm4 <wm4@nowhere>2014-04-08 23:05:15 +0200
commit98f5d4c30ca01884b54c1e15d36996eff5c69a44 (patch)
treeab6a65ee384837a6e73a5aa67b45b3608406abd3 /DOCS/man
parent77a2d79edb3e9fc31353376ecb258c4fdc6ebbd9 (diff)
downloadmpv-98f5d4c30ca01884b54c1e15d36996eff5c69a44.tar.bz2
mpv-98f5d4c30ca01884b54c1e15d36996eff5c69a44.tar.xz
vd_lavc: by default, do not show corrupt frames
This flips the default value. Use --vd-lavc-show-all=yes to revert.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index d9e3b983df..590844de28 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -2708,7 +2708,7 @@ OPTIONS
``--vd--lavc-o=debug=pict``
``--vd-lavc-show-all=<yes|no>``
- Show even broken/corrupt frames (default: yes). If this option is set to
+ Show even broken/corrupt frames (default: no). If this option is set to
no, libavcodec won't output frames that were either decoded before an
initial keyframe was decoded, or frames that are recognized as corrupted.