Mercurial > mplayer.hg
changeset 9089:483271b371ee
100l
author | arpi |
---|---|
date | Sat, 25 Jan 2003 11:34:00 +0000 |
parents | 731e5dc57436 |
children | d2abcf3b5a94 |
files | playtreeparser.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/playtreeparser.c Sat Jan 25 10:04:05 2003 +0000 +++ b/playtreeparser.c Sat Jan 25 11:34:00 2003 +0000 @@ -456,7 +456,7 @@ #ifdef MP_DEBUG assert(stream != NULL); - assert(stream->type == STREAMTYPE_PLAYLIST); +// assert(stream->type == STREAMTYPE_PLAYLIST); #endif p = play_tree_parser_new(stream,0);