[Ffmpeg-cvslog] CVS: ffmpeg ffmpeg.c,1.363,1.364
Diego Biurrun CVS
diego
Wed Jan 25 23:10:14 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv184
Modified Files:
ffmpeg.c
Log Message:
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it
Index: ffmpeg.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/ffmpeg.c,v
retrieving revision 1.363
retrieving revision 1.364
diff -u -d -r1.363 -r1.364
--- ffmpeg.c 12 Jan 2006 22:43:14 -0000 1.363
+++ ffmpeg.c 25 Jan 2006 22:10:10 -0000 1.364
@@ -1172,7 +1172,7 @@
int data_size, got_picture;
AVFrame picture;
void *buffer_to_free;
- static int samples_size= 0;
+ static unsigned int samples_size= 0;
static short *samples= NULL;
AVSubtitle subtitle, *subtitle_to_free;
int got_subtitle;
More information about the ffmpeg-cvslog
mailing list