[Android] [PATCH] jni: remove argument --no-drop-late-frames

Felix Abecassis felix.abecassis at gmail.com
Tue Jan 28 15:08:18 CET 2014


---
 vlc-android/jni/libvlcjni.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/vlc-android/jni/libvlcjni.c b/vlc-android/jni/libvlcjni.c
index 3c4a5bd..bd3e20f 100644
--- a/vlc-android/jni/libvlcjni.c
+++ b/vlc-android/jni/libvlcjni.c
@@ -265,9 +265,6 @@ void Java_org_videolan_libvlc_LibVLC_nativeInit(JNIEnv *env, jobject thiz)
         "--no-stats",
         "--no-plugins-cache",
 
-        /* XXX: remove */
-        "--no-drop-late-frames",
-
         /* CPU intensive plugin, setting for slow devices */
         enable_time_stretch ? "--audio-time-stretch" : "--no-audio-time-stretch",
 
-- 
1.8.3.2



More information about the Android mailing list