[MPlayer-cvslog] CVS: main/libmpdemux asf_mmst_streaming.c, 1.35, 1.36 asf_streaming.c, 1.59, 1.60
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Sun Nov 6 16:25:10 CET 2005
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv23865
Modified Files:
asf_mmst_streaming.c asf_streaming.c
Log Message:
Fix bugs/crash introduced by translation patch
Index: asf_mmst_streaming.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/asf_mmst_streaming.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- asf_mmst_streaming.c 5 Nov 2005 00:51:36 -0000 1.35
+++ asf_mmst_streaming.c 6 Nov 2005 15:25:08 -0000 1.36
@@ -654,7 +654,7 @@
stream->streaming_ctrl->status = streaming_playing_e;
packet_length1 = packet_length;
- mp_msg(MSGT_NETWORK,MSGL_INFO,"mmst packet_length = %d\n");
+ mp_msg(MSGT_NETWORK,MSGL_INFO,"mmst packet_length = %d\n", packet_length);
#ifdef USE_ICONV
if (url_conv != (iconv_t)(-1))
Index: asf_streaming.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/asf_streaming.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- asf_streaming.c 5 Nov 2005 00:53:33 -0000 1.59
+++ asf_streaming.c 6 Nov 2005 15:25:08 -0000 1.60
@@ -850,7 +850,7 @@
stream->streaming_ctrl->url = check4proxies(url);
url_free(url);
- mp_msg(MSGT_OPEN, MSGL_INFO, MSGTR_MPDEMUX_ASF_InfoStreamASFURL);
+ mp_msg(MSGT_OPEN, MSGL_INFO, MSGTR_MPDEMUX_ASF_InfoStreamASFURL, stream->url);
if((!strncmp(stream->url, "http", 4)) && (*file_format!=DEMUXER_TYPE_ASF && *file_format!=DEMUXER_TYPE_UNKNOWN)) {
streaming_ctrl_free(stream->streaming_ctrl);
stream->streaming_ctrl = NULL;
More information about the MPlayer-cvslog
mailing list