[Ffmpeg-cvslog] CVS: ffmpeg/libavformat utils.c,1.174,1.175

Diego Biurrun CVS diego
Wed Jan 25 23:10:16 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv184/libavformat

Modified Files:
	utils.c 
Log Message:
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it


Index: utils.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/utils.c,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -d -r1.174 -r1.175
--- utils.c	22 Jan 2006 18:34:16 -0000	1.174
+++ utils.c	25 Jan 2006 22:10:13 -0000	1.175
@@ -3223,7 +3223,7 @@
                   AVImageFormat *fmt,
                   int (*alloc_cb)(void *, AVImageInfo *info), void *opaque)
 {
-    char buf[PROBE_BUF_SIZE];
+    uint8_t buf[PROBE_BUF_SIZE];
     AVProbeData probe_data, *pd = &probe_data;
     offset_t pos;
     int ret;





More information about the ffmpeg-cvslog mailing list