summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2014-12-04 09:53:50 -0800
committerLajos Molnar <lajos@google.com>2014-12-04 09:54:46 -0800
commit8790740d6bb1546dee6c87270976415503283820 (patch)
treeaa2d7342403015a1870b7cb01ff639c5fd7f2f22 /media
parent814cbb4e33396fce559475270d6f6c0bd7c43fc5 (diff)
downloadframeworks_av-8790740d6bb1546dee6c87270976415503283820.zip
frameworks_av-8790740d6bb1546dee6c87270976415503283820.tar.gz
frameworks_av-8790740d6bb1546dee6c87270976415503283820.tar.bz2
media_codecs.xml: extend vorbis sample rate to 8-96kHz
Bug: 18615604 Change-Id: I0245556b8164959dd52fe677901cbfc517627cb4
Diffstat (limited to 'media')
-rw-r--r--media/libstagefright/data/media_codecs_google_audio.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/data/media_codecs_google_audio.xml b/media/libstagefright/data/media_codecs_google_audio.xml
index f599004..85f6615 100644
--- a/media/libstagefright/data/media_codecs_google_audio.xml
+++ b/media/libstagefright/data/media_codecs_google_audio.xml
@@ -48,7 +48,7 @@
</MediaCodec>
<MediaCodec name="OMX.google.vorbis.decoder" type="audio/vorbis">
<Limit name="channel-count" max="8" />
- <Limit name="sample-rate" ranges="8000,11025,12000,16000,22050,24000,32000,44100,48000,96000" />
+ <Limit name="sample-rate" ranges="8000-96000" />
<Limit name="bitrate" range="32000-500000" />
</MediaCodec>
<MediaCodec name="OMX.google.opus.decoder" type="audio/opus">