summaryrefslogtreecommitdiffstats
path: root/mpvcore
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore')
-rw-r--r--mpvcore/options.c2
-rw-r--r--mpvcore/options.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/mpvcore/options.c b/mpvcore/options.c
index efb6b79569..e01bce9959 100644
--- a/mpvcore/options.c
+++ b/mpvcore/options.c
@@ -491,8 +491,6 @@ const m_option_t mp_opts[] = {
{"vaapi-copy", 5})),
OPT_STRING("hwdec-codecs", hwdec_codecs, 0),
- // postprocessing:
- OPT_INT("pp", divx_quality, 0),
#if HAVE_LIBPOSTPROC
{"pphelp", (void *) &pp_help, CONF_TYPE_PRINT, CONF_GLOBAL | CONF_NOCFG, 0, 0, NULL},
#endif
diff --git a/mpvcore/options.h b/mpvcore/options.h
index 62090cedd4..8b3411bc39 100644
--- a/mpvcore/options.h
+++ b/mpvcore/options.h
@@ -180,7 +180,6 @@ typedef struct MPOpts {
float movie_aspect;
int flip;
int field_dominance;
- int divx_quality;
char **sub_name;
char **sub_paths;
int sub_auto;