[Mplayer-cvslog] CVS: main mplayer.c,1.683,1.684
Tobias Diedrich CVS
ranma at mplayerhq.hu
Mon Mar 10 01:50:14 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv1204
Modified Files:
mplayer.c
Log Message:
Remove hardcoded "goto goto_next_file;" for -identify switch as suggested
by "Per Winkvist <per.winkvist at telia.com>", use -frames 0 if you
want the old behaviour.
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.683
retrieving revision 1.684
diff -u -r1.683 -r1.684
--- mplayer.c 2 Mar 2003 21:08:42 -0000 1.683
+++ mplayer.c 10 Mar 2003 00:50:10 -0000 1.684
@@ -1520,7 +1520,6 @@
mp_msg(MSGT_GLOBAL,MSGL_INFO,"ID_AUDIO_NCH=%d\n", sh_audio->channels);
}
mp_msg(MSGT_GLOBAL,MSGL_INFO,"ID_LENGTH=%ld\n", demuxer_get_time_length(demuxer));
- goto goto_next_file;
}
if(!sh_video) goto main; // audio-only
More information about the MPlayer-cvslog
mailing list