[Ffmpeg-cvslog] CVS: ffmpeg/libavformat matroska.c,1.20,1.21

Måns Rullgård CVS mru
Tue Jan 31 00:32:16 CET 2006


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

Modified Files:
	matroska.c 
Log Message:
add missing #includes
patch by Dieter <freebsd at sopwith solgatos com>


Index: matroska.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/matroska.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- matroska.c	12 Jan 2006 22:43:23 -0000	1.20
+++ matroska.c	30 Jan 2006 23:32:13 -0000	1.21
@@ -29,6 +29,7 @@
 #include "avformat.h"
 /* For codec_get_bmp_id and codec_get_wav_id. */
 #include "avi.h"
+#include "intfloat_readwrite.h"
 
 /* EBML version supported */
 #define EBML_VERSION 1





More information about the ffmpeg-cvslog mailing list