[MPlayer-cvslog] r21046 - trunk/mplayer.c
reimar
subversion at mplayerhq.hu
Sun Nov 19 11:52:24 CET 2006
Author: reimar
Date: Sun Nov 19 11:52:23 2006
New Revision: 21046
Modified:
trunk/mplayer.c
Log:
Do not just skip a file when vo init fails, instead try to play it
as audio-only first.
Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c (original)
+++ trunk/mplayer.c Sun Nov 19 11:52:23 2006
@@ -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);
More information about the MPlayer-cvslog
mailing list