[Android] Add Armada 1500 for Hardware Decoding

Geoffrey Métais git at videolan.org
Thu Oct 30 17:58:38 CET 2014


vlc-ports/android | branch: tv | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Oct 16 15:37:59 2014 +0200| [6f640affa81717bd0332b945b0caecdd06aa1335] | committer: Geoffrey Métais

Add Armada 1500 for Hardware Decoding

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=6f640affa81717bd0332b945b0caecdd06aa1335
---

 vlc-android/src/org/videolan/libvlc/HWDecoderUtil.java |    1 +
 1 file changed, 1 insertion(+)

diff --git a/vlc-android/src/org/videolan/libvlc/HWDecoderUtil.java b/vlc-android/src/org/videolan/libvlc/HWDecoderUtil.java
index 145a587..33064b8 100644
--- a/vlc-android/src/org/videolan/libvlc/HWDecoderUtil.java
+++ b/vlc-android/src/org/videolan/libvlc/HWDecoderUtil.java
@@ -78,6 +78,7 @@ public class HWDecoderUtil {
                 "exynos4",          // Exynos 4 (Samsung Galaxy S2/S3)
                 "exynos5",          // Exynos 5 (Samsung Galaxy S4)
                 "rk30", "rk31",     // Rockchip RK3*
+                "mv88de3100",       // Marvell ARMADA 1500
         }),
         new DecoderBySOC ("ro.hardware", Decoder.ALL, new  String[] {
                 "mt65", "mt83",     // MTK



More information about the Android mailing list