[Android] [PATCH 1/2] Add Armada 1500 for Hardware Decoding

Geoffrey Métais geoffrey.metais at gmail.com
Thu Oct 16 15:37:59 CEST 2014


---
 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
-- 
1.9.1



More information about the Android mailing list