[Android] Use OpenSLES for Amazon Fire TV
Geoffrey Métais
git at videolan.org
Wed Feb 10 09:36:19 CET 2016
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Feb 9 18:16:33 2016 +0100| [e61472842fab64da27181f84a168958ade17e92b] | committer: Geoffrey Métais
Use OpenSLES for Amazon Fire TV
> https://code.videolan.org/videolan/vlc-android/commit/e61472842fab64da27181f84a168958ade17e92b
---
libvlc/src/org/videolan/libvlc/util/HWDecoderUtil.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/libvlc/src/org/videolan/libvlc/util/HWDecoderUtil.java b/libvlc/src/org/videolan/libvlc/util/HWDecoderUtil.java
index d821cd7..d00b0f5 100644
--- a/libvlc/src/org/videolan/libvlc/util/HWDecoderUtil.java
+++ b/libvlc/src/org/videolan/libvlc/util/HWDecoderUtil.java
@@ -114,6 +114,7 @@ public class HWDecoderUtil {
/* getPlaybackHeadPosition returns an invalid position on Fire OS,
* thus Audiotrack is not usable */
new AudioOutputBySOC("ro.product.brand", "Amazon", AudioOutput.OPENSLES),
+ new AudioOutputBySOC("ro.product.manufacturer", "Amazon", AudioOutput.OPENSLES),
};
private static final HashMap<String, String> sSystemPropertyMap = new HashMap<String, String>();
More information about the Android
mailing list