]> git.sesse.net Git - vlc/blobdiff - src/input/input_interface.h
Clean up preparser/fetcher code.
[vlc] / src / input / input_interface.h
index 050ddc5a5018582dd02e796f0a0fad22ff1d0a85..a585666253d20ad18f73333ebc7e59ee810e9ade 100644 (file)
 /**********************************************************************
  * Item metadata
  **********************************************************************/
-int  input_ArtFind( playlist_t *, input_item_t * );
-int  input_DownloadAndCacheArt( playlist_t *, input_item_t * );
-
 void input_item_SetPreparsed( input_item_t *p_i, bool b_preparsed );
-
-typedef struct
-{
-    char *psz_artist;
-    char *psz_album;
-    char *psz_arturl;
-    bool b_found;
-} playlist_album_t;
-
-
 void input_item_SetArtNotFound( input_item_t *p_i, bool b_not_found );
 void input_item_SetArtFetched( input_item_t *p_i, bool b_art_fetched );