summaryrefslogtreecommitdiffstats
path: root/cfg-common.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 /cfg-common.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 'cfg-common.h')
-rw-r--r--cfg-common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cfg-common.h b/cfg-common.h
index b6e4654e8f..e8816c98ed 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -52,8 +52,6 @@ extern int reuse_socket;
extern int dvd_speed; /* stream/stream_dvd.c */
-extern float a52_drc_level;
-
/* defined in libmpdemux: */
extern int hr_mp3_seek;
extern const m_option_t demux_rawaudio_opts[];