[Mplayer-cvslog] CVS: main/libmpdemux stream.c,1.26,1.27
Bohdan 'Nexus' Horst
nexus at mplayer.dev.hu
Fri Feb 1 14:45:16 CET 2002
Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv21061
Modified Files:
stream.c
Log Message:
overwrite old info
Index: stream.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- stream.c 8 Jan 2002 01:19:54 -0000 1.26
+++ stream.c 1 Feb 2002 13:45:06 -0000 1.27
@@ -227,7 +227,7 @@
}
void free_stream(stream_t *s){
- printf("*** free_stream() called ***\n");
+ printf("\n*** free_stream() called ***\n");
if(s->cache_pid) kill(s->cache_pid,SIGTERM);
if(s->priv) free(s->priv);
free(s);
More information about the MPlayer-cvslog
mailing list