]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/xspf.h
Do not assert memory allocations
[vlc] / modules / demux / playlist / xspf.h
index e452ae112632623c90e65ea38397a9a344f7aca1..041bef0a9b2ffeda6f7891b3eb86c4d21d138e08 100644 (file)
@@ -35,7 +35,6 @@ enum {
                            const char      *psz_name,\
                            char            *psz_value)
 #define COMPLEX_INTERFACE (demux_t         *p_demux,\
-                           playlist_t      *p_playlist,\
                            input_item_t    *p_input_item,\
                            xml_reader_t    *p_xml_reader,\
                            const char      *psz_element)
@@ -47,6 +46,7 @@ static bool parse_track_node COMPLEX_INTERFACE;
 static bool parse_extension_node COMPLEX_INTERFACE;
 static bool parse_extitem_node COMPLEX_INTERFACE;
 static bool set_item_info SIMPLE_INTERFACE;
+static bool set_option SIMPLE_INTERFACE;
 static bool skip_element COMPLEX_INTERFACE;
 
 /* datatypes */