1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-20 18:28:01 +00:00

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


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10954 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2003-09-27 20:01:46 +00:00
parent cc80597f63
commit 5f7b31fede

View File

@ -1435,6 +1435,7 @@ if (demuxer && demuxer->type==DEMUXER_TYPE_PLAYLIST)
if(!demuxer)
{
#if 0
play_tree_t* entry;
// Handle playlist
current_module="handle_playlist";
@ -1455,6 +1456,7 @@ if(!demuxer)
mp_msg(MSGT_DEMUXER,MSGL_ERR,MSGTR_FormatNotRecognized);
else
eof=playtree_add_playlist(entry);
#endif
goto goto_next_file;
}
inited_flags|=INITED_DEMUXER;