]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/podcast.c
Rename vlc_input_item_* functions to input_Item* for consistency
[vlc] / modules / demux / playlist / podcast.c
index 6d6090d8fc996eb66ca795c945711907cf782e09..6e07bb074f4d27c97d77515837b520fbbf6a2ee5 100644 (file)
@@ -234,7 +234,7 @@ static int Demux( demux_t *p_demux )
 #define ADD_GINFO( info, name ) \
     else if( !b_item && !b_image && !strcmp( psz_elname, name ) ) \
     { \
-        vlc_input_item_AddInfo( p_current->p_input, _("Podcast Info"), \
+        input_ItemAddInfo( p_current->p_input, _("Podcast Info"), \
                                 _( info ), "%s", psz_text ); \
     }
                 ADD_GINFO( "Podcast Link", "link" )
@@ -247,7 +247,7 @@ static int Demux( demux_t *p_demux )
                          && ( !strcmp( psz_elname, "itunes:summary" )
                             ||!strcmp( psz_elname, "description" ) ) )
                 { /* <description> isn't standard iTunes podcast stuff */
-                    vlc_input_item_AddInfo( p_current->p_input,
+                    input_ItemAddInfo( p_current->p_input,
                              _( "Podcast Info" ), _( "Podcast Summary" ),
                              "%s", psz_text );
                 }
@@ -272,7 +272,7 @@ static int Demux( demux_t *p_demux )
                                                 psz_item_name, 0, NULL, -1 );
                     if( p_input == NULL ) break;
 #define ADD_INFO( info, field ) \
-    if( field ) { vlc_input_item_AddInfo( p_input, \
+    if( field ) { input_ItemAddInfo( p_input, \
                             _( "Podcast Info" ),  _( info ), "%s", field ); }
                     ADD_INFO( "Podcast Publication Date", psz_item_date  );
                     ADD_INFO( "Podcast Author", psz_item_author );
@@ -284,7 +284,7 @@ static int Demux( demux_t *p_demux )
                     ADD_INFO( "Podcast Type", psz_item_type );
                     if( psz_item_size )
                     {
-                        vlc_input_item_AddInfo( p_input,
+                        input_ItemAddInfo( p_input,
                                                 _( "Podcast Info" ),
                                                 _( "Podcast Size" ),
                                                 "%s bytes",