[Mplayer-cvslog] CVS: main/libmpdemux network.c,1.56,1.57 demuxer.c,1.107,1.108
Arpi of Ize
arpi at mplayerhq.hu
Wed Aug 14 23:55:51 CEST 2002
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv29234
Modified Files:
network.c demuxer.c
Log Message:
typo fixes by Ross Finlayson <finlayson at live.com>
Index: network.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/network.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- network.c 5 Aug 2002 00:39:07 -0000 1.56
+++ network.c 14 Aug 2002 21:55:48 -0000 1.57
@@ -862,7 +862,7 @@
// RTSP/RTP streaming is handled separately:
ret = rtsp_streaming_start( stream );
if( ret<0 ) {
- mp_msg(MSGT_NETWORK,MSGL_ERR,"rtsp_rtp_streaming_start failed\n");
+ mp_msg(MSGT_NETWORK,MSGL_ERR,"rtsp_streaming_start failed\n");
}
break;
#endif
Index: demuxer.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demuxer.c,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- demuxer.c 8 Aug 2002 13:54:18 -0000 1.107
+++ demuxer.c 14 Aug 2002 21:55:48 -0000 1.108
@@ -828,7 +828,7 @@
demuxer = NULL;
}
}
-//=============== Try to open as a RTP stream): ===========
+//=============== Try to open as a RTP stream: ===========
if(file_format==DEMUXER_TYPE_RTP) {
demuxer=new_demuxer(stream,DEMUXER_TYPE_RTP,audio_id,video_id,dvdsub_id);
}
More information about the MPlayer-cvslog
mailing list