[Mplayer-cvslog] CVS: main mplayer.c,1.612,1.613

Arpi of Ize arpi at mplayerhq.hu
Sat Nov 16 04:42:16 CET 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv2061

Modified Files:
	mplayer.c 
Log Message:
demuxer_control(), percent position and time length query implemented in
asf, avi, mpeg demuxers.
patch by Balatoni Denes <pnis at coder.hu>


Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.612
retrieving revision 1.613
diff -u -r1.612 -r1.613
--- mplayer.c	14 Nov 2002 23:49:05 -0000	1.612
+++ mplayer.c	16 Nov 2002 03:42:13 -0000	1.613
@@ -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;
 }
 




More information about the MPlayer-cvslog mailing list