Commit 3bc8eab6 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

control/media_instance.c: Ignore the exception raised by...

control/media_instance.c: Ignore the exception raised by libvlc_get_input_thread in libvlc_media_instance_play.
parent b8067f04
......@@ -388,6 +388,9 @@ void libvlc_media_instance_play( libvlc_media_instance_t *p_mi,
return;
}
/* Ignore previous exception */
libvlc_exception_clear( p_e );
vlc_mutex_lock( &p_mi->object_lock );
if( !p_mi->p_md )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment