mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 05:01:23 +00:00
Merge branch 'master' into 0.11
This commit is contained in:
commit
8ed2554142
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ guint
|
||||||
gst_codec_utils_aac_get_sample_rate_from_index (guint sr_idx)
|
gst_codec_utils_aac_get_sample_rate_from_index (guint sr_idx)
|
||||||
{
|
{
|
||||||
static const guint aac_sample_rates[] = { 96000, 88200, 64000, 48000, 44100,
|
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)))
|
if (G_LIKELY (sr_idx < G_N_ELEMENTS (aac_sample_rates)))
|
||||||
|
|
Loading…
Reference in a new issue