[vlc-devel] [PATCH] libvlcjni: Add note about invalid options
XilasZ
xilasz at gmail.com
Mon Jan 23 17:12:11 CET 2012
Applied, thx.
On Mon, Jan 23, 2012 at 1:22 PM, Edward Wang
<edward.c.wang at compdigitec.com>wrote:
> ---
> vlc-android/jni/libvlcjni.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/vlc-android/jni/libvlcjni.c b/vlc-android/jni/libvlcjni.c
> index 06f672c..c8b5e01 100644
> --- a/vlc-android/jni/libvlcjni.c
> +++ b/vlc-android/jni/libvlcjni.c
> @@ -186,6 +186,7 @@ void
> Java_org_videolan_vlc_android_LibVLC_detachSurface(JNIEnv *env, jobject thi
>
> void Java_org_videolan_vlc_android_LibVLC_nativeInit(JNIEnv *env, jobject
> thiz, jboolean enable_iomx)
> {
> + /* Don't add any invalid options, otherwise it causes LibVLC to crash
> */
> const char *argv[] = {
> "-I", "dummy",
> "-vv",
> --
> 1.7.5.4
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120123/0da098ef/attachment.html>
More information about the vlc-devel
mailing list