codec-utils: restore 7350 as a valid sampling frequency for AAC
authorDebarshi Ray <rishi@gnu.org>
Tue, 14 Jun 2011 05:01:18 +0000 (10:31 +0530)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 14 Jun 2011 13:16:48 +0000 (14:16 +0100)
This was lost during c77f88cac675a1dbb89e40da8e3c28320523bfca.

gst-libs/gst/pbutils/codec-utils.c

index f885fe1..52cbe76 100644 (file)
@@ -72,7 +72,7 @@ guint
 gst_codec_utils_aac_get_sample_rate_from_index (guint sr_idx)
 {
   static const guint aac_sample_rates[] = { 96000, 88200, 64000, 48000, 44100,
-    32000, 24000, 22050, 16000, 12000, 11025, 8000
+    32000, 24000, 22050, 16000, 12000, 11025, 8000, 7350
   };
 
   if (G_LIKELY (sr_idx < G_N_ELEMENTS (aac_sample_rates)))