# HG changeset patch # User ranma # Date 1047257410 0 # Node ID 11a39e14a762940bd2e9da6f5883a35f9350d174 # Parent 6cf694df50b30fe0d61c9c5b91157fe44443a61b Remove hardcoded "goto goto_next_file;" for -identify switch as suggested by "Per Winkvist ", use -frames 0 if you want the old behaviour. diff -r 6cf694df50b3 -r 11a39e14a762 mplayer.c --- a/mplayer.c Mon Mar 10 00:46:40 2003 +0000 +++ b/mplayer.c Mon Mar 10 00:50:10 2003 +0000 @@ -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