]> granicus.if.org Git - handbrake/commitdiff
Extend the range of allowed bitrate inputs to allow Opus to go down as low as 6kbit...
authorsr55 <sr55.hb@outlook.com>
Tue, 11 Dec 2018 20:07:36 +0000 (20:07 +0000)
committersr55 <sr55.hb@outlook.com>
Tue, 11 Dec 2018 20:07:36 +0000 (20:07 +0000)
libhb/common.c

index 16085bb4464be02dadea36a545c2a5d04ef086a2..8d80806c61cd26c4165e0df28754ebe717c83ee9 100644 (file)
@@ -147,6 +147,9 @@ hb_rate_t *hb_audio_bitrates_last_item  = NULL;
 hb_rate_internal_t hb_audio_bitrates[]  =
 {
     // AC3-compatible bitrates
+    { {   "6",   6, }, NULL, 1, },
+    { {   "12",   12, }, NULL, 1, },
+    { {   "24",   24, }, NULL, 1, },
     { {   "32",   32, }, NULL, 1, },
     { {   "40",   40, }, NULL, 1, },
     { {   "48",   48, }, NULL, 1, },