[Android] Use the new option name

Jean-Baptiste Kempf git at videolan.org
Mon May 21 15:09:00 CEST 2012


android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon May 21 15:08:38 2012 +0200| [287e3cd2e5ea68042f87f96582dcbb1fb8c82e66] | committer: Jean-Baptiste Kempf

Use the new option name

> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=287e3cd2e5ea68042f87f96582dcbb1fb8c82e66
---

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

diff --git a/vlc-android/jni/libvlcjni.c b/vlc-android/jni/libvlcjni.c
index ab0d27b..1f93512 100644
--- a/vlc-android/jni/libvlcjni.c
+++ b/vlc-android/jni/libvlcjni.c
@@ -261,7 +261,7 @@ void Java_org_videolan_vlc_LibVLC_nativeInit(JNIEnv *env, jobject thiz)
         "--no-stats",
         "--no-plugins-cache",
         "--no-drop-late-frames",
-        "--ffmpeg-fast",
+        "--avcodec-fast",
         use_opensles ? "--aout=opensles" : "--aout=android_audiotrack"
     };
     libvlc_instance_t *instance = libvlc_new(sizeof(argv) / sizeof(*argv), argv);



More information about the Android mailing list