diff options
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/common.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libhb/common.c b/libhb/common.c index 16085bb44..8d80806c6 100644 --- a/libhb/common.c +++ b/libhb/common.c @@ -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, }, |