summaryrefslogtreecommitdiffstats
path: root/libhb/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/common.c')
-rw-r--r--libhb/common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/common.c b/libhb/common.c
index 09f8031ff..43416980f 100644
--- a/libhb/common.c
+++ b/libhb/common.c
@@ -116,6 +116,8 @@ void hb_get_audio_bitrate_limits(uint32_t codec, int samplerate, int mixdown, in
*low = channels * 32;
if (samplerate <= 24000)
*low = channels * 16;
+ if (channels == 6)
+ *low = 192;
*high = hb_audio_bitrates[hb_audio_bitrates_count-1].rate;
break;