Mercurial > mplayer.hg
changeset 21030:1c6d131163b6
Do not just skip a file when vo init fails, instead try to play it
as audio-only first.
author | reimar |
---|---|
date | Sun, 19 Nov 2006 10:52:23 +0000 |
parents | 1f2ba24b4e47 |
children | e45bb0ee5558 |
files | mplayer.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);