[Android] No need anymore to change avcodec-threads default

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:45:10 2014 +0100| [bc9fcecaa5e5f524f2663856262e3900b2c547bc] | committer: Rafaël Carré

No need anymore to change avcodec-threads default

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

 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 c3e7374..546c00c 100644
--- a/vlc-android/jni/libvlcjni.c
+++ b/vlc-android/jni/libvlcjni.c
@@ -272,7 +272,6 @@ void Java_org_videolan_libvlc_LibVLC_nativeInit(JNIEnv *env, jobject thiz)
          * mobile data networks and slower hardware. */
         "--preferred-resolution", "360",
         "--avcodec-fast",
-        "--avcodec-threads=0",
         "--subsdec-encoding", subsencodingstr,
         enable_time_stretch ? "--audio-time-stretch" : "--no-audio-time-stretch",
         "--avcodec-skiploopfilter", deblockstr,



More information about the Android mailing list