diff mplayer.c @ 8208:ae5a2ae1c349

demuxer_control(), percent position and time length query implemented in asf, avi, mpeg demuxers. patch by Balatoni Denes <pnis@coder.hu>
author arpi
date Sat, 16 Nov 2002 03:42:14 +0000
parents 1935017c0f71
children 772d6d27fd66
line wrap: on
line diff
--- a/mplayer.c	Sat Nov 16 03:25:37 2002 +0000
+++ b/mplayer.c	Sat Nov 16 03:42:14 2002 +0000
@@ -1239,6 +1239,7 @@
     mp_msg(MSGT_GLOBAL,MSGL_INFO,"ID_AUDIO_RATE=%d\n", sh_audio->samplerate);
     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;
 }