summaryrefslogtreecommitdiffstats
path: root/apps/enc_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/enc_config.c')
-rw-r--r--apps/enc_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/enc_config.c b/apps/enc_config.c
index b70ac03888..d06ac84b5f 100644
--- a/apps/enc_config.c
+++ b/apps/enc_config.c
@@ -183,7 +183,7 @@ static bool mp3_enc_bitrate(struct menucallback_data *data)
int index = round_value_to_list32(cfg->mp3_enc.bitrate, rate_list,
n_rates, false);
- bool res = set_option(str(LANG_BITRATE), &index, INT,
+ bool res = set_option(str(LANG_BITRATE), &index, RB_INT,
items, n_rates, NULL);
index = round_value_to_list32(rate_list[index], mp3_enc_bitr,
MP3_ENC_NUM_BITR, false);