From a21cfddaabd84589b6cfc9a363a4e282575016b9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 29 May 2013 14:53:10 +0200 Subject: 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). --- core/defaultopts.c | 4 ---- core/options.h | 8 -------- 2 files changed, 12 deletions(-) (limited to 'core') 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, diff --git a/core/options.h b/core/options.h index 25aa82791a..d870ab9677 100644 --- a/core/options.h +++ b/core/options.h @@ -195,15 +195,7 @@ typedef struct MPOpts { char *hwdec_codecs; struct lavc_param { - int workaround_bugs; - int error_resilience; - int error_concealment; - int gray; - int idct_algo; int debug; - int vismv; - int skip_top; - int skip_bottom; int fast; char *skip_loop_filter_str; char *skip_idct_str; -- cgit v1.2.3