summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/data
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2014-06-05 15:52:54 -0700
committerMarco Nelissen <marcone@google.com>2014-06-05 23:01:05 +0000
commit270facca297275a4889d1cc49ec4d2768ed38bb7 (patch)
tree256bc551c16b9ac72cf4c3cfb736260385398d85 /media/libstagefright/data
parent45df31f511ba9ae9b45c769fc546eca4bcf4bbdb (diff)
downloadframeworks_av-270facca297275a4889d1cc49ec4d2768ed38bb7.zip
frameworks_av-270facca297275a4889d1cc49ec4d2768ed38bb7.tar.gz
frameworks_av-270facca297275a4889d1cc49ec4d2768ed38bb7.tar.bz2
We still need the raw codec
It's used for FLAC and PCM Wav, which output PCM data. b/15320804 Change-Id: I67921a45dd4a3a175fce412e055728859e2309ba
Diffstat (limited to 'media/libstagefright/data')
-rw-r--r--media/libstagefright/data/media_codecs_google_audio.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/data/media_codecs_google_audio.xml b/media/libstagefright/data/media_codecs_google_audio.xml
index b1f93de..f6db0cc 100644
--- a/media/libstagefright/data/media_codecs_google_audio.xml
+++ b/media/libstagefright/data/media_codecs_google_audio.xml
@@ -24,6 +24,7 @@
<MediaCodec name="OMX.google.g711.mlaw.decoder" type="audio/g711-mlaw" />
<MediaCodec name="OMX.google.vorbis.decoder" type="audio/vorbis" />
<MediaCodec name="OMX.google.opus.decoder" type="audio/opus" />
+ <MediaCodec name="OMX.google.raw.decoder" type="audio/raw" />
</Decoders>
<Encoders>