[Mplayer-cvslog] CVS: main/libmpdemux asf_mmst_streaming.c,1.12,1.13
Alex Beregszaszi
alex at mplayerhq.hu
Wed Oct 22 19:31:03 CEST 2003
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv27516
Modified Files:
asf_mmst_streaming.c
Log Message:
10l
Index: asf_mmst_streaming.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/asf_mmst_streaming.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- asf_mmst_streaming.c 22 Oct 2003 17:26:15 -0000 1.12
+++ asf_mmst_streaming.c 22 Oct 2003 17:30:13 -0000 1.13
@@ -107,13 +107,12 @@
{
int i;
- memset (dest, 0, 1000);
-
for (i=0; i<len; i++) {
dest[i*2] = src[i];
dest[i*2+1] = 0;
}
+ /* trailing zeroes */
dest[i*2] = 0;
dest[i*2+1] = 0;
}
More information about the MPlayer-cvslog
mailing list