[Android] Disable avcodec-fast for the next release, just to try :)
Jean-Baptiste Kempf
git at videolan.org
Mon Apr 14 20:16:12 CEST 2014
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Apr 14 20:15:21 2014 +0200| [e02f5c8f5cd64a487c3f65225c5feb0fad83e2a4] | committer: Jean-Baptiste Kempf
Disable avcodec-fast for the next release, just to try :)
We'll see how this fares
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=e02f5c8f5cd64a487c3f65225c5feb0fad83e2a4
---
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 db69733..37a2b85 100644
--- a/vlc-android/jni/libvlcjni.c
+++ b/vlc-android/jni/libvlcjni.c
@@ -265,7 +265,7 @@ void Java_org_videolan_libvlc_LibVLC_nativeInit(JNIEnv *env, jobject thiz)
enable_time_stretch ? "--audio-time-stretch" : "--no-audio-time-stretch",
/* avcodec speed settings for slow devices */
- "--avcodec-fast", // non-spec-compliant speedup tricks
+ //"--avcodec-fast", // non-spec-compliant speedup tricks
"--avcodec-skiploopfilter", deblockstr,
"--avcodec-skip-frame", enable_frame_skip ? "2" : "0",
"--avcodec-skip-idct", enable_frame_skip ? "2" : "0",
More information about the Android
mailing list