[Android] [PATCH] [RFC] libvlcjni: disable all loop filtering for decoding
Jean-Baptiste Kempf
jb at videolan.org
Mon Jun 17 16:25:13 CEST 2013
From: Alexandre Perraud <4leyx4ndre at gmail.com>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
---
vlc-android/jni/libvlcjni.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/vlc-android/jni/libvlcjni.c b/vlc-android/jni/libvlcjni.c
index a7e7e76..01717bc 100644
--- a/vlc-android/jni/libvlcjni.c
+++ b/vlc-android/jni/libvlcjni.c
@@ -511,6 +511,7 @@ void Java_org_videolan_libvlc_LibVLC_nativeInit(JNIEnv *env, jobject thiz)
"--no-drop-late-frames",
"--avcodec-fast",
"--avcodec-threads=0",
+ "--avcodec-skiploopfilter=4",
"--subsdec-encoding", subsencodingstr,
enable_time_stretch ? "--audio-time-stretch" : "--no-audio-time-stretch",
use_opensles ? "--aout=opensles" : "--aout=android_audiotrack",
--
1.8.3.1
More information about the Android
mailing list