From 89875edb3286108ef4c0afff8b8b62de16af540a Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 12 Jan 2003 19:41:38 +0000 Subject: this patch adds an fallback to playlist (any but the plaintext-list format) after all demuxers failed. so -playlist is not needed any more! patch by Fabian Franz , with some small modifications git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8926 b3059339-0415-0410-9bf9-f77b7e298cf2 --- asxparser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asxparser.c') diff --git a/asxparser.c b/asxparser.c index f8a94806eb..cf35151024 100644 --- a/asxparser.c +++ b/asxparser.c @@ -528,7 +528,7 @@ asx_parse_entryref(ASX_Parser_t* parser,char* buffer,char** _attribs) { ptp = play_tree_parser_new(stream,parser->deep+1); - pt = play_tree_parser_get_play_tree(ptp); + pt = play_tree_parser_get_play_tree(ptp, 1); play_tree_parser_free(ptp); free_stream(stream); -- cgit v1.2.3