[Android] Add Armada 1500 for Hardware Decoding
Geoffrey Métais
git at videolan.org
Fri Oct 17 10:40:41 CEST 2014
vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Oct 16 15:37:59 2014 +0200| [e1852676d3419feea808319b01ec905ca97bab52] | committer: Jean-Baptiste Kempf
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=e1852676d3419feea808319b01ec905ca97bab52
---
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