]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/asx.c
input_item: compress two functions into one and rename "Add" into "Post" for clarity...
[vlc] / modules / demux / playlist / asx.c
index 4d467cfd3bf3b431a053c2634a7fb41187b5c458..8d225b7393a7474fbff2f778bd443fc1ef3f6891 100644 (file)
@@ -764,8 +764,7 @@ static int Demux( demux_t *p_demux )
 #endif
     }
 
-    input_item_AddSubItemTree( p_subitems );
-    input_item_node_Delete( p_subitems );
+    input_item_node_PostAndDelete( p_subitems );
 
     vlc_gc_decref(p_current_input);
     return 0; /* Needed for correct operation of go back */