summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 7bfe6c9bd8..fa48141d24 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -134,6 +134,8 @@
{"channels", &audio_output_channels, CONF_TYPE_INT, CONF_RANGE, 1, 6, NULL},
{"format", &audio_output_format, CONF_TYPE_INT, CONF_RANGE, 0, 0x00002000, NULL},
+ {"a52drc", &a52_drc_level, CONF_TYPE_FLOAT, CONF_RANGE, 0, 1, NULL},
+
// ------------------------- codec/vfilter options --------------------
// MP3-only: select stereo/left/right
@@ -303,6 +305,8 @@ extern int network_ipv4_only_proxy;
#endif
+extern float a52_drc_level;
+
/* defined in libmpdemux: */
extern int hr_mp3_seek;
extern m_option_t demux_rawaudio_opts[];