[MPlayer-cvslog] CVS: main/libmpdemux muxer_lavf.c,1.20,1.21

Michael Niedermayer CVS syncmail at mplayerhq.hu
Wed Jan 25 21:55:49 CET 2006


CVS change done by Michael Niedermayer CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv26993

Modified Files:
	muxer_lavf.c 
Log Message:
limits.h for INT_MAX


Index: muxer_lavf.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/muxer_lavf.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- muxer_lavf.c	25 Jan 2006 19:30:01 -0000	1.20
+++ muxer_lavf.c	25 Jan 2006 20:55:47 -0000	1.21
@@ -3,6 +3,7 @@
 #include <string.h>
 #include <sys/types.h>
 #include <inttypes.h>
+#include <limits.h>
 #include "config.h"
 #include "version.h"
 #include "mp_msg.h"




More information about the MPlayer-cvslog mailing list