]> git.sesse.net Git - vlc/blobdiff - src/control/core.c
mozilla: cleanup
[vlc] / src / control / core.c
index adf8428ce7cc10540d985007440fe6755d0e0150..af592b9dd99cdd1a4087c0a9cf13488be678b4cc 100644 (file)
@@ -136,6 +136,7 @@ libvlc_instance_t * libvlc_new( int argc, const char *const *argv,
     p_new->p_vlm = NULL;
     p_new->b_playlist_locked = 0;
     p_new->ref_count = 1;
+    p_new->verbosity = 1;
     p_new->p_callback_list = NULL;
     vlc_mutex_init(&p_new->instance_lock);
     vlc_mutex_init(&p_new->event_callback_lock);
@@ -205,7 +206,7 @@ const char * libvlc_get_compiler(void)
 
 const char * libvlc_get_changeset(void)
 {
-    return VLC_Changeset();
+    return "exported";
 }
 
 /* export internal libvlc_instance for ugly hacks with libvlccore */