summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-10 00:50:10 +0000
committerranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-10 00:50:10 +0000
commitf1fc91b2780f3c77b26e7fbd164b9cfdab3a37e8 (patch)
tree533d170183164e032f279f04827bc70f3c78d718 /mplayer.c
parentc687fadbd60a48ee4ebb56b4f50d8ed2802f21ea (diff)
downloadmpv-f1fc91b2780f3c77b26e7fbd164b9cfdab3a37e8.tar.bz2
mpv-f1fc91b2780f3c77b26e7fbd164b9cfdab3a37e8.tar.xz
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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9564 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c1
1 files changed, 0 insertions, 1 deletions
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