options: extend --replaygain-preamp range

Whether that makes sense or not.
This commit is contained in:
Your Name 2021-05-07 14:51:13 +02:00
parent 3f7d3d5804
commit f891eefb5c
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@ static const m_option_t mp_opts[] = {
{"album", 2}),
.flags = UPDATE_VOL},
{"replaygain-preamp", OPT_FLOAT(rgain_preamp), .flags = UPDATE_VOL,
M_RANGE(-15, 15)},
M_RANGE(-150, 150)},
{"replaygain-clip", OPT_FLAG(rgain_clip), .flags = UPDATE_VOL},
{"replaygain-fallback", OPT_FLOAT(rgain_fallback), .flags = UPDATE_VOL,
M_RANGE(-200, 60)},