[MPlayer-cvslog] CVS: main/libmpdemux asf_mmst_streaming.c, 1.27, 1.28
Roberto Togni CVS
syncmail at mplayerhq.hu
Wed Apr 13 21:21:08 CEST 2005
CVS change done by Roberto Togni CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv18317
Modified Files:
asf_mmst_streaming.c
Log Message:
Make string_utf16 code behave almost the same with or without iconv
Index: asf_mmst_streaming.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/asf_mmst_streaming.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- asf_mmst_streaming.c 20 Jan 2005 13:22:53 -0000 1.27
+++ asf_mmst_streaming.c 13 Apr 2005 19:21:05 -0000 1.28
@@ -136,6 +136,7 @@
else
{
#endif
+ if (len > 499) len = 499;
for (i=0; i<len; i++) {
dest[i*2] = src[i];
dest[i*2+1] = 0;
More information about the MPlayer-cvslog
mailing list