projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4db89c8
)
codec-utils: restore 7350 as a valid sampling frequency for AAC
author
Debarshi Ray
<rishi@gnu.org>
Tue, 14 Jun 2011 05:01:18 +0000
(10:31 +0530)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Tue, 14 Jun 2011 09:24:59 +0000
(10:24 +0100)
This was lost during
c77f88cac675a1dbb89e40da8e3c28320523bfca
.
gst-libs/gst/pbutils/codec-utils.c
patch
|
blob
|
history
diff --git
a/gst-libs/gst/pbutils/codec-utils.c
b/gst-libs/gst/pbutils/codec-utils.c
index
65483a3
..
3ab61ad
100644
(file)
--- a/
gst-libs/gst/pbutils/codec-utils.c
+++ b/
gst-libs/gst/pbutils/codec-utils.c
@@
-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)))