summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx/SoftOMXPlugin.cpp
diff options
context:
space:
mode:
authorVenkatarama Avadhani <venkatarama.avadhani@ittiam.com>2015-03-31 18:18:04 +0530
committerLajos Molnar <lajos@google.com>2015-04-15 15:29:40 -0700
commit8f9d9d06ed6c8447c7fd02745b2a22dd4bba8e7e (patch)
treece0c4692b3195cb538ad1b87016fe44cc6bebd74 /media/libstagefright/omx/SoftOMXPlugin.cpp
parent0958e926fef85d7e1e0eb08f330ff46218b72822 (diff)
downloadframeworks_av-8f9d9d06ed6c8447c7fd02745b2a22dd4bba8e7e.zip
frameworks_av-8f9d9d06ed6c8447c7fd02745b2a22dd4bba8e7e.tar.gz
frameworks_av-8f9d9d06ed6c8447c7fd02745b2a22dd4bba8e7e.tar.bz2
stagefright: add SoftMPEG2 decoder using libmpeg2
Change-Id: I74f5f4a1e6d7be8df45bcbc83a965111454b97ea
Diffstat (limited to 'media/libstagefright/omx/SoftOMXPlugin.cpp')
-rwxr-xr-x[-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 3ab241a..41135ff 100644..100755
--- a/media/libstagefright/omx/SoftOMXPlugin.cpp
+++ b/media/libstagefright/omx/SoftOMXPlugin.cpp
@@ -45,6 +45,7 @@ static const struct {
{ "OMX.google.hevc.decoder", "hevcdec", "video_decoder.hevc" },
{ "OMX.google.g711.alaw.decoder", "g711dec", "audio_decoder.g711alaw" },
{ "OMX.google.g711.mlaw.decoder", "g711dec", "audio_decoder.g711mlaw" },
+ { "OMX.google.mpeg2.decoder", "mpeg2dec", "video_decoder.mpeg2" },
{ "OMX.google.h263.decoder", "mpeg4dec", "video_decoder.h263" },
{ "OMX.google.h263.encoder", "mpeg4enc", "video_encoder.h263" },
{ "OMX.google.mpeg4.decoder", "mpeg4dec", "video_decoder.mpeg4" },