summaryrefslogtreecommitdiffstats
path: root/options
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 /options
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 'options')
-rw-r--r--options/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/options.c b/options/options.c
index 4dd9957e47..77d9205082 100644
--- a/options/options.c
+++ b/options/options.c
@@ -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 = {