summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx/SoftOMXPlugin.cpp
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2012-01-26 14:39:50 -0800
committerAndreas Huber <andih@google.com>2012-01-26 15:45:38 -0800
commit2b1892db4a2ab47bfc09e59a4c11751aea99e4ea (patch)
tree7880f7f60262ced7a16fa7439ac0827b78c07d8d /media/libstagefright/omx/SoftOMXPlugin.cpp
parent244ffc8b98c8b59cf64ef3d368c3373014a2f230 (diff)
downloadframeworks_av-2b1892db4a2ab47bfc09e59a4c11751aea99e4ea.zip
frameworks_av-2b1892db4a2ab47bfc09e59a4c11751aea99e4ea.tar.gz
frameworks_av-2b1892db4a2ab47bfc09e59a4c11751aea99e4ea.tar.bz2
The software AAC encoder is now an OMX component.
Yay. Change-Id: I74938a20b4e0a622836ea5184d3761180eb0f5de
Diffstat (limited to 'media/libstagefright/omx/SoftOMXPlugin.cpp')
-rw-r--r--media/libstagefright/omx/SoftOMXPlugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/omx/SoftOMXPlugin.cpp b/media/libstagefright/omx/SoftOMXPlugin.cpp
index da3ae42..cf9e8c9 100644
--- a/media/libstagefright/omx/SoftOMXPlugin.cpp
+++ b/media/libstagefright/omx/SoftOMXPlugin.cpp
@@ -35,6 +35,7 @@ static const struct {
} kComponents[] = {
{ "OMX.google.aac.decoder", "aacdec", "audio_decoder.aac" },
+ { "OMX.google.aac.encoder", "aacenc", "audio_encoder.aac" },
{ "OMX.google.amrnb.decoder", "amrdec", "audio_decoder.amrnb" },
{ "OMX.google.amrwb.decoder", "amrdec", "audio_decoder.amrwb" },
{ "OMX.google.h264.decoder", "h264dec", "video_decoder.avc" },