summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-06-02 18:30:51 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-06-02 18:34:21 +0300
commit3f076c0fb318b41e91141b7473fdc896e84615b2 (patch)
tree834e5010851ecbd05a41010030e84d2288fc90ae /options.h
parent57e0904baa78c05e9c7bccdd93aa47fd4d4aedc4 (diff)
downloadmpv-3f076c0fb318b41e91141b7473fdc896e84615b2.tar.bz2
mpv-3f076c0fb318b41e91141b7473fdc896e84615b2.tar.xz
options: move -a52drc to option struct
Also allow a range up to 2.
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index adc9b11138..08e75fa6a8 100644
--- a/options.h
+++ b/options.h
@@ -42,6 +42,7 @@ typedef struct MPOpts {
char *audio_lang;
char *sub_lang;
float playback_speed;
+ float drc_level;
struct m_obj_settings *vf_settings;
int softzoom;
float movie_aspect;