options: remove dead -dr1 option

This commit is contained in:
wm4 2013-05-21 00:46:53 +02:00
parent 1dff26730a
commit b718f328d4
2 changed files with 0 additions and 3 deletions

View File

@ -461,8 +461,6 @@ const m_option_t common_opts[] = {
OPT_FLAG_CONSTANTS("flip", flip, 0, 0, 1),
// use (probably completely broken) decoder direct rendering
OPT_FLAG("dr1", vd_use_dr1, 0),
OPT_CHOICE("field-dominance", field_dominance, 0,
({"auto", -1}, {"top", 0}, {"bottom", 1})),

View File

@ -167,7 +167,6 @@ typedef struct MPOpts {
int flip;
int field_dominance;
int divx_quality;
int vd_use_dr1;
char **sub_name;
char **sub_paths;
int sub_auto;