[Android] HWDecoderUtil: No MediaCodec by default for MTK65* before Android 4.3
Thomas Guillem
git at videolan.org
Tue May 12 11:36:27 CEST 2015
vlc-ports/android | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue May 12 11:34:58 2015 +0200| [721f9ed4993caaa0e6a3665211007ccf3225e42b] | committer: Thomas Guillem
HWDecoderUtil: No MediaCodec by default for MTK65* before Android 4.3
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=721f9ed4993caaa0e6a3665211007ccf3225e42b
---
libvlc/src/org/videolan/libvlc/HWDecoderUtil.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/libvlc/src/org/videolan/libvlc/HWDecoderUtil.java b/libvlc/src/org/videolan/libvlc/HWDecoderUtil.java
index cf89d18..23dd79d 100644
--- a/libvlc/src/org/videolan/libvlc/HWDecoderUtil.java
+++ b/libvlc/src/org/videolan/libvlc/HWDecoderUtil.java
@@ -105,7 +105,6 @@ public class HWDecoderUtil {
new DecoderBySOC("ro.board.platform", "rk31", Decoder.ALL), // Rockchip RK31
new DecoderBySOC("ro.board.platform", "mv88de3100", Decoder.ALL), // Marvell ARMADA 1500
- new DecoderBySOC("ro.hardware", "mt65", Decoder.ALL), //MTK
new DecoderBySOC("ro.hardware", "mt83", Decoder.ALL), //MTK
};
More information about the Android
mailing list