[Android] Don't set lua-specific options until we actually ship lua
Rafaël Carré
git at videolan.org
Tue Jan 28 14:26:19 CET 2014
vlc-ports/android | branch: master | Rafaël Carré <funman at videolan.org> | Tue Jan 28 11:50:48 2014 +0100| [3c8541c3b8cd14540d9bec7facc79b3d18e3674a] | committer: Rafaël Carré
Don't set lua-specific options until we actually ship lua
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=3c8541c3b8cd14540d9bec7facc79b3d18e3674a
---
vlc-android/jni/libvlcjni.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/vlc-android/jni/libvlcjni.c b/vlc-android/jni/libvlcjni.c
index 4fc96b4..2af5b0a 100644
--- a/vlc-android/jni/libvlcjni.c
+++ b/vlc-android/jni/libvlcjni.c
@@ -266,10 +266,6 @@ void Java_org_videolan_libvlc_LibVLC_nativeInit(JNIEnv *env, jobject thiz)
"--no-stats",
"--no-plugins-cache",
"--no-drop-late-frames",
- /* The VLC default is to pick the highest resolution possible
- * (i.e. 1080p). For mobile, pick a more sane default for slow
- * mobile data networks and slower hardware. */
- "--preferred-resolution", "360",
"--avcodec-fast",
"--subsdec-encoding", subsencodingstr,
enable_time_stretch ? "--audio-time-stretch" : "--no-audio-time-stretch",
More information about the Android
mailing list