]> git.sesse.net Git - vlc/commitdiff
media library loading: Adds a fixme reminder for pdherbemont
authorRafaël Carré <funman@videolan.org>
Sun, 9 Sep 2007 19:59:26 +0000 (19:59 +0000)
committerRafaël Carré <funman@videolan.org>
Sun, 9 Sep 2007 19:59:26 +0000 (19:59 +0000)
src/playlist/loadsave.c

index 6ac65621431fc6b73c0b6a3dd705684d34b7c8d3..2d48375da53628eb64a10ff7e0fefae0c9cb3a72 100644 (file)
@@ -126,6 +126,7 @@ int playlist_MLLoad( playlist_t *p_playlist )
     if( p_input == NULL )
         goto error;
 
+    /* FIXME [21574] pdherbemont do we need *install_input_item_observer ? */
     playlist_AddInput( p_playlist, p_input, PLAYLIST_APPEND, 0, VLC_FALSE,
                         VLC_FALSE );