Mercurial > mplayer.hg
changeset 10953:70a974306f9b
disable code that DOES NOT WORK (it won't load real playlists and
makes mplayer hang forever on unrecognized files), and probably avoid
vulnerabilities at the same time
author | rfelker |
---|---|
date | Sat, 27 Sep 2003 20:01:46 +0000 |
parents | b1c40065bcff |
children | 27da030f7201 |
files | mplayer.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Fri Sep 26 23:37:28 2003 +0000 +++ b/mplayer.c Sat Sep 27 20:01:46 2003 +0000 @@ -1435,6 +1435,7 @@ if(!demuxer) { +#if 0 play_tree_t* entry; // Handle playlist current_module="handle_playlist"; @@ -1455,6 +1456,7 @@ mp_msg(MSGT_DEMUXER,MSGL_ERR,MSGTR_FormatNotRecognized); else eof=playtree_add_playlist(entry); +#endif goto goto_next_file; } inited_flags|=INITED_DEMUXER;