[Android] HWDecoderUtil: remove msm8916 from blacklist

Thomas Guillem git at videolan.org
Thu May 19 15:58:31 CEST 2016


vlc-android | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu May 19 09:24:00 2016 +0200| [592cc3c5e42d90fcae6de5a9763f342acfdcb0d1] | committer: Thomas Guillem

HWDecoderUtil: remove msm8916 from blacklist

The issue was fixed in mediacodec.c

> https://code.videolan.org/videolan/vlc-android/commit/592cc3c5e42d90fcae6de5a9763f342acfdcb0d1
---

 libvlc/src/org/videolan/libvlc/util/HWDecoderUtil.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libvlc/src/org/videolan/libvlc/util/HWDecoderUtil.java b/libvlc/src/org/videolan/libvlc/util/HWDecoderUtil.java
index f6f1141..9e2bdef 100644
--- a/libvlc/src/org/videolan/libvlc/util/HWDecoderUtil.java
+++ b/libvlc/src/org/videolan/libvlc/util/HWDecoderUtil.java
@@ -65,7 +65,6 @@ public class HWDecoderUtil {
         /*
          * FIXME: Theses cpu crash in MediaCodec. We need to get hands on these devices in order to debug it.
          */
-        new DecoderBySOC("ro.product.board", "msm8916", Decoder.NONE), //Samsung Galaxy Core Prime
         new DecoderBySOC("ro.product.board", "MSM8225", Decoder.NONE), //Samsung Galaxy Core
         new DecoderBySOC("ro.product.board", "hawaii", Decoder.NONE), // Samsung Galaxy Ace 4
     };



More information about the Android mailing list