diff playtreeparser.h @ 8925:5c15777f1c07

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
author arpi
date Sun, 12 Jan 2003 19:41:38 +0000
parents 487cfc28525d
children 4bc481804519
line wrap: on
line diff
--- a/playtreeparser.h	Sun Jan 12 19:32:56 2003 +0000
+++ b/playtreeparser.h	Sun Jan 12 19:41:38 2003 +0000
@@ -19,6 +19,6 @@
 play_tree_parser_free(play_tree_parser_t* p);
 
 play_tree_t*
-play_tree_parser_get_play_tree(play_tree_parser_t* p);
+play_tree_parser_get_play_tree(play_tree_parser_t* p, int forced);
 
 #endif