summaryrefslogtreecommitdiffstats
path: root/core/defaultopts.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-29 14:53:10 +0200
committerwm4 <wm4@nowhere>2013-05-29 14:57:05 +0200
commita21cfddaabd84589b6cfc9a363a4e282575016b9 (patch)
tree140df781cc27c12bc3efe1d600f87f1285b60ee5 /core/defaultopts.c
parent362e0aa7d5c495bd017167ba519b177e9c1e82f7 (diff)
downloadmpv-a21cfddaabd84589b6cfc9a363a4e282575016b9.tar.bz2
mpv-a21cfddaabd84589b6cfc9a363a4e282575016b9.tar.xz
options: remove some questionable -lavdopts suboptions
Most of these are rather questionable, the rest you rarely need to set manually. You still can set all of them with -lavdopts-o (because libavcodec has AVOptions for them).
Diffstat (limited to 'core/defaultopts.c')
-rw-r--r--core/defaultopts.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/defaultopts.c b/core/defaultopts.c
index b55dea99f8..c4e2a0fa98 100644
--- a/core/defaultopts.c
+++ b/core/defaultopts.c
@@ -92,10 +92,6 @@ void set_default_mplayer_options(struct MPOpts *opts)
.hwdec_codecs = "all",
- .lavc_param = {
- .workaround_bugs = 1, // autodetect
- .error_concealment = 3,
- },
.ad_lavc_param = {
.ac3drc = 1.,
.downmix = 1,