comparison 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
comparison
equal deleted inserted replaced
8924:e0ec616c5985 8925:5c15777f1c07
17 17
18 void 18 void
19 play_tree_parser_free(play_tree_parser_t* p); 19 play_tree_parser_free(play_tree_parser_t* p);
20 20
21 play_tree_t* 21 play_tree_t*
22 play_tree_parser_get_play_tree(play_tree_parser_t* p); 22 play_tree_parser_get_play_tree(play_tree_parser_t* p, int forced);
23 23
24 #endif 24 #endif