summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MediaCodecList.cpp
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2012-03-29 11:31:12 -0700
committerAndreas Huber <andih@google.com>2012-03-29 11:31:12 -0700
commitecdd39c5af016e2fa57cbfd837aa670b706dabd3 (patch)
treeb5228c9d6afcfc625a765987c785244fc1b86e13 /media/libstagefright/MediaCodecList.cpp
parent9d309ba6ba8a4b456ba3af35dbdf06ff0a478413 (diff)
downloadframeworks_av-ecdd39c5af016e2fa57cbfd837aa670b706dabd3.zip
frameworks_av-ecdd39c5af016e2fa57cbfd837aa670b706dabd3.tar.gz
frameworks_av-ecdd39c5af016e2fa57cbfd837aa670b706dabd3.tar.bz2
Implementation of a raw audio "decoder".
Change-Id: Ie89f01e59dd8106883937188afbb407550f0ac92
Diffstat (limited to 'media/libstagefright/MediaCodecList.cpp')
-rw-r--r--media/libstagefright/MediaCodecList.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/media/libstagefright/MediaCodecList.cpp b/media/libstagefright/MediaCodecList.cpp
index 6b64e21..a31be0a 100644
--- a/media/libstagefright/MediaCodecList.cpp
+++ b/media/libstagefright/MediaCodecList.cpp
@@ -64,6 +64,9 @@ MediaCodecList::MediaCodecList()
addMediaCodec(true /* encoder */, "M4vH263Encoder");
addType("video/3gpp");
addType("video/mp4v-es");
+
+ addMediaCodec(
+ false /* encoder */, "OMX.google.raw.decoder", "audio/raw");
}
#if 0