[Ffmpeg-cvslog] CVS: ffmpeg/libavformat avformat.h,1.133,1.134

Roberto Togni CVS rtognimp
Thu Oct 20 22:06:19 CEST 2005


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

Modified Files:
	avformat.h 
Log Message:
Increase version: 'wave' atom parsing added to mov demuxer


Index: avformat.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/avformat.h,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- avformat.h	2 Sep 2005 19:18:59 -0000	1.133
+++ avformat.h	20 Oct 2005 20:06:16 -0000	1.134
@@ -5,8 +5,8 @@
 extern "C" {
 #endif
 
-#define LIBAVFORMAT_VERSION_INT ((49<<16)+(1<<8)+0)
-#define LIBAVFORMAT_VERSION     49.1.0
+#define LIBAVFORMAT_VERSION_INT ((49<<16)+(2<<8)+0)
+#define LIBAVFORMAT_VERSION     49.2.0
 #define LIBAVFORMAT_BUILD       LIBAVFORMAT_VERSION_INT
 
 #define LIBAVFORMAT_IDENT       "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)





More information about the ffmpeg-cvslog mailing list