summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MediaCodecList.cpp
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-04-27 17:40:16 -0700
committerJames Dong <jdong@google.com>2012-04-30 14:35:57 -0700
commita3cbc03f7c646ad9b05d24e72a6d306cb457807c (patch)
treed8083e9a24b1906469cf993d27267166b8365724 /media/libstagefright/MediaCodecList.cpp
parent99bbaff7853eab325bd87b315d532909206592b1 (diff)
downloadframeworks_av-a3cbc03f7c646ad9b05d24e72a6d306cb457807c.zip
frameworks_av-a3cbc03f7c646ad9b05d24e72a6d306cb457807c.tar.gz
frameworks_av-a3cbc03f7c646ad9b05d24e72a6d306cb457807c.tar.bz2
Removed software video encoders that are not OMX-based.
o related-to-bug: 5933287 Change-Id: I63635375e2bef00733b61adc3fa12c29df7e2155
Diffstat (limited to 'media/libstagefright/MediaCodecList.cpp')
-rw-r--r--media/libstagefright/MediaCodecList.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/media/libstagefright/MediaCodecList.cpp b/media/libstagefright/MediaCodecList.cpp
index c39aa77..9f6d4a3 100644
--- a/media/libstagefright/MediaCodecList.cpp
+++ b/media/libstagefright/MediaCodecList.cpp
@@ -61,11 +61,6 @@ MediaCodecList::MediaCodecList()
// These are currently still used by the video editing suite.
addMediaCodec(true /* encoder */, "AACEncoder", "audio/mp4a-latm");
- addMediaCodec(true /* encoder */, "AVCEncoder", "video/avc");
-
- addMediaCodec(true /* encoder */, "M4vH263Encoder");
- addType("video/3gpp");
- addType("video/mp4v-es");
addMediaCodec(
false /* encoder */, "OMX.google.raw.decoder", "audio/raw");