summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/cfg-mplayer.h2
-rw-r--r--core/options.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/core/cfg-mplayer.h b/core/cfg-mplayer.h
index cbe705ebc4..a13eae243f 100644
--- a/core/cfg-mplayer.h
+++ b/core/cfg-mplayer.h
@@ -482,8 +482,6 @@ const m_option_t common_opts[] = {
OPT_FLAG_CONSTANTS("flip", flip, 0, -1, 1),
- // draw by slices or whole frame (useful with libmpeg2/libavcodec)
- OPT_MAKE_FLAGS("slices", vd_use_slices, 0),
// use (probably completely broken) decoder direct rendering
OPT_MAKE_FLAGS("dr1", vd_use_dr1, 0),
{"field-dominance", &field_dominance, CONF_TYPE_CHOICE, 0,
diff --git a/core/options.h b/core/options.h
index fbeb94c042..d6bac625df 100644
--- a/core/options.h
+++ b/core/options.h
@@ -108,7 +108,6 @@ typedef struct MPOpts {
float movie_aspect;
float screen_size_xy;
int flip;
- int vd_use_slices;
int vd_use_dr1;
char **sub_name;
char **sub_paths;