OSDN Git Service

TI does not want the hardware H.263 decoder to be enabled.
authorAndreas Huber <andih@google.com>
Wed, 10 Feb 2010 18:52:06 +0000 (10:52 -0800)
committerAndreas Huber <andih@google.com>
Wed, 10 Feb 2010 18:56:07 +0000 (10:56 -0800)
media/libstagefright/OMXCodec.cpp

index c6c6f21..75b7b6f 100644 (file)
@@ -112,7 +112,6 @@ static const CodecInfo kDecoderInfo[] = {
     { MEDIA_MIMETYPE_VIDEO_MPEG4, "OMX.TI.Video.Decoder" },
     { MEDIA_MIMETYPE_VIDEO_MPEG4, "M4vH263Decoder" },
     { MEDIA_MIMETYPE_VIDEO_H263, "OMX.qcom.video.decoder.h263" },
-    { MEDIA_MIMETYPE_VIDEO_H263, "OMX.TI.Video.Decoder" },
     { MEDIA_MIMETYPE_VIDEO_H263, "M4vH263Decoder" },
     { MEDIA_MIMETYPE_VIDEO_AVC, "OMX.qcom.video.decoder.avc" },
     { MEDIA_MIMETYPE_VIDEO_AVC, "OMX.TI.Video.Decoder" },