changeset 9563:11a39e14a762

Remove hardcoded "goto goto_next_file;" for -identify switch as suggested by "Per Winkvist <per.winkvist@telia.com>", use -frames 0 if you want the old behaviour.
author ranma
date Mon, 10 Mar 2003 00:50:10 +0000
parents 6cf694df50b3
children 898e3692ca0d
files mplayer.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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