summaryrefslogtreecommitdiff
path: root/apps/enc_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/enc_config.c')
-rw-r--r--apps/enc_config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/enc_config.c b/apps/enc_config.c
index 2d2abae61a..f4ea1cc4b5 100644
--- a/apps/enc_config.c
+++ b/apps/enc_config.c
@@ -159,9 +159,9 @@ static bool mp3_enc_bitrate(struct encoder_config *cfg)
159 MPEG1_BITR_CAPS | MPEG2_BITR_CAPS, mp3_enc_bitr, 159 MPEG1_BITR_CAPS | MPEG2_BITR_CAPS, mp3_enc_bitr,
160 MPEG1_BITR_CAPS 160 MPEG1_BITR_CAPS
161#ifdef HAVE_MPEG2_SAMPR 161#ifdef HAVE_MPEG2_SAMPR
162 | (MPEG2_BITR_CAPS & ~(MP3_BITR_CAP_144 | MP3_BITR_CAP_8)), 162 | (MPEG2_BITR_CAPS & ~(MP3_BITR_CAP_144 | MP3_BITR_CAP_8))
163#endif 163#endif
164 rate_list); 164 , rate_list);
165 165
166 int index = round_value_to_list32(cfg->mp3_enc.bitrate, rate_list, 166 int index = round_value_to_list32(cfg->mp3_enc.bitrate, rate_list,
167 n_rates, false); 167 n_rates, false);