[Android] [PATCH] [RFC] libvlcjni: disable all loop filtering for decoding

Rafaël Carré funman at videolan.org
Mon Jun 17 17:10:58 CEST 2013


Le 17/06/2013 16:25, Jean-Baptiste Kempf a écrit :
> 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",
> 

What about devices powerful enough?


More information about the Android mailing list