vd_lavc: by default, do not show corrupt frames

This flips the default value. Use --vd-lavc-show-all=yes to revert.
This commit is contained in:
wm4 2014-04-08 23:04:52 +02:00
parent 77a2d79edb
commit 98f5d4c30c
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -766,7 +766,7 @@ const struct MPOpts mp_default_opts = {
.allow_mimetype = 1,
},
.lavc_param = {
.show_all = 1,
.show_all = 0,
.check_hw_profile = 1,
},
.input = {