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

Felix Abecassis git at videolan.org
Tue Jan 28 15:09:17 CET 2014


vlc-ports/android | branch: master | Felix Abecassis <felix.abecassis at gmail.com> | Tue Jan 28 15:08:18 2014 +0100| [7edef434f9449aec0581b58ff337416cfe37d44f] | committer: Rafaël Carré

jni: remove argument --no-drop-late-frames

Signed-off-by: Rafaël Carré <funman at videolan.org>

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

 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 fbfbb73..bbc02cb 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",
 



More information about the Android mailing list