]> git.sesse.net Git - vlc/blobdiff - modules/access/mms/mmsh.c
codecleanup: Replace input_Item by input_item.
[vlc] / modules / access / mms / mmsh.c
index 6c1b4cc107ec151636113d67e75b5de1a7d6c101..10f2037130db04f2b8838277658e84a3e1702f1e 100644 (file)
@@ -188,8 +188,8 @@ int MMSHOpen( access_t *p_access )
         input_thread_t * p_input = vlc_object_find( p_access, VLC_OBJECT_INPUT, FIND_PARENT );
         input_item_t * p_new_loc;
         /** \bug we do not autodelete here */
-        p_new_loc = input_ItemNew( p_access, psz_location, psz_location );
-        input_ItemAddSubItem( input_GetItem( p_input ), p_new_loc );
+        p_new_loc = input_item_New( p_access, psz_location, psz_location );
+        input_item_AddSubItem( input_GetItem( p_input ), p_new_loc );
         vlc_object_release( p_input );
 
         free( psz_location );