# HG changeset patch # User reimar # Date 1163933543 0 # Node ID 1c6d131163b68117a004c9cf40f6f8016bf0fd72 # Parent 1f2ba24b4e47fbd3a9dfd0ba822a9fe8984e266a Do not just skip a file when vo init fails, instead try to play it as audio-only first. diff -r 1f2ba24b4e47 -r 1c6d131163b6 mplayer.c --- a/mplayer.c Sun Nov 19 10:38:12 2006 +0000 +++ b/mplayer.c Sun Nov 19 10:52:23 2006 +0000 @@ -4298,7 +4298,6 @@ if(!sh_video) goto main; // audio-only if(!reinit_video_chain()) { - if(!video_out) goto goto_next_file; if(!sh_video || !sh_video->inited){ if(!sh_audio) goto goto_next_file; goto main; // exit_player(MSGTR_Exit_error);