summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-07-18 15:56:20 -0700
committerJames Dong <jdong@google.com>2011-07-19 09:42:42 -0700
commit2e460c5b7f48aaabff33698ba6b11b04906eefa8 (patch)
tree4999170acae685fbb2885f4b485da95121add79c /media/libstagefright/omx
parent8ebe5be6b0b3caa7d9d6277a1216ed786bd1e66a (diff)
downloadframeworks_av-2e460c5b7f48aaabff33698ba6b11b04906eefa8.zip
frameworks_av-2e460c5b7f48aaabff33698ba6b11b04906eefa8.tar.gz
frameworks_av-2e460c5b7f48aaabff33698ba6b11b04906eefa8.tar.bz2
Remove PV AVC decoder
Change-Id: Icf056c852f95b5d6a07473728ddbf5b641990381
Diffstat (limited to 'media/libstagefright/omx')
-rw-r--r--media/libstagefright/omx/SoftOMXPlugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/media/libstagefright/omx/SoftOMXPlugin.cpp b/media/libstagefright/omx/SoftOMXPlugin.cpp
index 02b1c8e..1e33f05 100644
--- a/media/libstagefright/omx/SoftOMXPlugin.cpp
+++ b/media/libstagefright/omx/SoftOMXPlugin.cpp
@@ -38,7 +38,6 @@ static const struct {
{ "OMX.google.amrnb.decoder", "amrdec", "audio_decoder.amrnb" },
{ "OMX.google.amrwb.decoder", "amrdec", "audio_decoder.amrwb" },
{ "OMX.google.h264.decoder", "h264dec", "video_decoder.avc" },
- { "OMX.google.avc.decoder", "avcdec", "video_decoder.avc" },
{ "OMX.google.g711.alaw.decoder", "g711dec", "audio_decoder.g711alaw" },
{ "OMX.google.g711.mlaw.decoder", "g711dec", "audio_decoder.g711mlaw" },
{ "OMX.google.h263.decoder", "mpeg4dec", "video_decoder.h263" },