From f1fc91b2780f3c77b26e7fbd164b9cfdab3a37e8 Mon Sep 17 00:00:00 2001 From: ranma Date: Mon, 10 Mar 2003 00:50:10 +0000 Subject: [PATCH] Remove hardcoded "goto goto_next_file;" for -identify switch as suggested by "Per Winkvist ", use -frames 0 if you want the old behaviour. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9564 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mplayer.c b/mplayer.c index 3861926048..d295efe070 100644 --- a/mplayer.c +++ b/mplayer.c @@ -1520,7 +1520,6 @@ if(identify) { 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