1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9090 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2003-01-25 11:34:00 +00:00
parent 42d3010880
commit 2484a027b2

View File

@ -456,7 +456,7 @@ parse_playtree(stream_t *stream, int forced) {
#ifdef MP_DEBUG
assert(stream != NULL);
assert(stream->type == STREAMTYPE_PLAYLIST);
// assert(stream->type == STREAMTYPE_PLAYLIST);
#endif
p = play_tree_parser_new(stream,0);