]> git.sesse.net Git - vlc/blobdiff - src/libvlc-common.c
Re-enable art fetching when in "ALL" mode
[vlc] / src / libvlc-common.c
index f7451d5b218f74fb650cdd70a153d083ab893b34..f7d5029b9bd0a73286d6381120f1174f620cd395 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * libvlc-common.c: libvlc instances creation and deletion
+ * libvlc-common.c: libvlc instances creation and deletion, interfaces handling
  *****************************************************************************
  * Copyright (C) 1998-2006 the VideoLAN team
  * $Id$
@@ -162,6 +162,8 @@ libvlc_int_t * libvlc_InternalCreate( void )
     var_Get( p_libvlc_global, "libvlc", &lockval );
     vlc_mutex_lock( lockval.p_address );
 
+       
+
     i_instances++;
 
     if( !libvlc_global.b_ready )