[Android] We don't need to set "osd", no module use it

Rafaël Carré git at videolan.org
Tue Jan 28 14:40:29 CET 2014


vlc-ports/android | branch: master | Rafaël Carré <funman at videolan.org> | Tue Jan 28 14:40:08 2014 +0100| [349f3b3dee63a6417f8f8f138798322cafa99db6] | committer: Rafaël Carré

We don't need to set "osd", no module use it

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

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

diff --git a/vlc-android/jni/libvlcjni.c b/vlc-android/jni/libvlcjni.c
index 1dc5383..4e3c6f9 100644
--- a/vlc-android/jni/libvlcjni.c
+++ b/vlc-android/jni/libvlcjni.c
@@ -261,7 +261,6 @@ void Java_org_videolan_libvlc_LibVLC_nativeInit(JNIEnv *env, jobject thiz)
 
     /* Don't add any invalid options, otherwise it causes LibVLC to crash */
     const char *argv[] = {
-        "--no-osd",
         "--no-stats",
         "--no-plugins-cache",
         "--no-drop-late-frames",



More information about the Android mailing list