[Android] VideoPlayerActivity: fix a typo

Adrien Maglo git at videolan.org
Fri Jun 13 16:36:17 CEST 2014


vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Fri Jun 13 16:36:11 2014 +0200| [06f7abeea2c20c37359f6dea0450819b75fa671d] | committer: Adrien Maglo

VideoPlayerActivity: fix a typo

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

 vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java b/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
index d9704f9..6e35027 100644
--- a/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
+++ b/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
@@ -1872,7 +1872,7 @@ public class VideoPlayerActivity extends Activity implements IVideoPlayer {
         if (mLocation != null && LibVlcUtil.isKitKatOrLater()) {
             String locationLC = mLocation.toLowerCase(Locale.ENGLISH);
             if (locationLC.endsWith(".ts")
-                || locationLC.endsWith("tts")
+                || locationLC.endsWith(".tts")
                 || locationLC.endsWith(".m2t")
                 || locationLC.endsWith(".m2ts")) {
                 mDisabledHardwareAcceleration = true;



More information about the Android mailing list