From d7053a9ae8ba3bb23eea90220ad3231d2a5e45fe Mon Sep 17 00:00:00 2001 From: ritsuka Date: Sat, 23 May 2009 09:52:40 +0000 Subject: [PATCH] Forgot a comma in common.c . git-svn-id: svn://localhost/HandBrake/trunk@2442 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libhb/common.c b/libhb/common.c index b84f907a..c8e4e07b 100644 --- a/libhb/common.c +++ b/libhb/common.c @@ -31,7 +31,7 @@ hb_rate_t hb_audio_bitrates[] = { { "32", 32 }, { "40", 40 }, { "48", 48 }, { "56", 56 }, { "64", 64 }, { "80", 80 }, { "96", 96 }, { "112", 112 }, { "128", 128 }, { "160", 160 }, { "192", 192 }, { "224", 224 }, - { "256", 256 }, { "320", 320 }, { "384", 384 }, { "448", 448 } + { "256", 256 }, { "320", 320 }, { "384", 384 }, { "448", 448 }, { "768", 768 } }; int hb_audio_bitrates_count = sizeof( hb_audio_bitrates ) / sizeof( hb_rate_t ); -- 2.11.0