diff options
author | wm4 <wm4@nowhere> | 2013-05-21 00:46:53 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-05-21 00:46:53 +0200 |
commit | b718f328d4de27411806cba979ac7b99efd6f133 (patch) | |
tree | c585813c065bd0c5e9a9144226c01c4e367f8950 /core/options.h | |
parent | 1dff26730aeb915fae99dc7eb38c864af41f70c9 (diff) | |
download | mpv-b718f328d4de27411806cba979ac7b99efd6f133.tar.bz2 mpv-b718f328d4de27411806cba979ac7b99efd6f133.tar.xz |
options: remove dead -dr1 option
Diffstat (limited to 'core/options.h')
-rw-r--r-- | core/options.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/options.h b/core/options.h index ffc98633e3..36a930a132 100644 --- a/core/options.h +++ b/core/options.h @@ -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; |