codec-utils: restore 7350 as a valid sampling frequency for AAC
This was lost during c77f88cac675a1dbb89e40da8e3c28320523bfca.
This commit is contained in:
parent
4db89c82bb
commit
70dd7dd092
@ -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)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user