summaryrefslogtreecommitdiffstats
path: root/asxparser.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-12 19:41:38 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-12 19:41:38 +0000
commit89875edb3286108ef4c0afff8b8b62de16af540a (patch)
tree9bc19ab98dcbd4aa9ca7e121f1d41f271d160528 /asxparser.c
parentd31a1e04f4dd6617c0d46c1c76e8efc6509ba9f1 (diff)
downloadmpv-89875edb3286108ef4c0afff8b8b62de16af540a.tar.bz2
mpv-89875edb3286108ef4c0afff8b8b62de16af540a.tar.xz
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 <FabianFranz@gmx.de>, with some small modifications git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8926 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'asxparser.c')
-rw-r--r--asxparser.c2
1 files changed, 1 insertions, 1 deletions
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);