[Mplayer-cvslog] CVS: main/libmpdemux demux_smjpeg.c,1.1,1.2

Alex Beregszaszi alex at mplayerhq.hu
Tue Oct 14 12:00:18 CEST 2003


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv18781

Modified Files:
	demux_smjpeg.c 
Log Message:
10l found by Mark Berryman <mplayer at theberrymans.com>

Index: demux_smjpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_smjpeg.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- demux_smjpeg.c	13 Sep 2002 18:58:14 -0000	1.1
+++ demux_smjpeg.c	14 Oct 2003 09:59:46 -0000	1.2
@@ -24,7 +24,7 @@
 
 int smjpeg_check_file(demuxer_t* demuxer){
     int orig_pos = stream_tell(demuxer->stream);
-    char buf[7];
+    char buf[8];
     int version;
     
     mp_msg(MSGT_DEMUX, MSGL_V, "Checking for SMJPEG\n");



More information about the MPlayer-cvslog mailing list