summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OMXCodec.cpp
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-02-17 15:04:18 -0800
committerAndreas Huber <andih@google.com>2010-02-17 15:04:18 -0800
commitc2158a2f0fb68fe96d24b9bd85c32f15753d8ccb (patch)
tree732e39dc9dc7173ed803d01f9272c2b9da42f3da /media/libstagefright/OMXCodec.cpp
parentf759aa902596e0c8d13b756cecbb8f037769791c (diff)
downloadframeworks_av-c2158a2f0fb68fe96d24b9bd85c32f15753d8ccb.zip
frameworks_av-c2158a2f0fb68fe96d24b9bd85c32f15753d8ccb.tar.gz
frameworks_av-c2158a2f0fb68fe96d24b9bd85c32f15753d8ccb.tar.bz2
Disable the TI AMR hardware decoder for audio decoding until its issues are resolved.
related-to-bug: 2450938
Diffstat (limited to 'media/libstagefright/OMXCodec.cpp')
-rw-r--r--media/libstagefright/OMXCodec.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/media/libstagefright/OMXCodec.cpp b/media/libstagefright/OMXCodec.cpp
index 75b7b6f..6cf7cff 100644
--- a/media/libstagefright/OMXCodec.cpp
+++ b/media/libstagefright/OMXCodec.cpp
@@ -102,7 +102,6 @@ static const CodecInfo kDecoderInfo[] = {
{ MEDIA_MIMETYPE_IMAGE_JPEG, "OMX.TI.JPEG.decode" },
{ MEDIA_MIMETYPE_AUDIO_MPEG, "OMX.TI.MP3.decode" },
{ MEDIA_MIMETYPE_AUDIO_MPEG, "MP3Decoder" },
- { MEDIA_MIMETYPE_AUDIO_AMR_NB, "OMX.TI.AMR.decode" },
{ MEDIA_MIMETYPE_AUDIO_AMR_NB, "AMRNBDecoder" },
{ MEDIA_MIMETYPE_AUDIO_AMR_WB, "OMX.TI.WBAMR.decode" },
{ MEDIA_MIMETYPE_AUDIO_AMR_WB, "AMRWBDecoder" },