[Ffmpeg-cvslog] CVS: ffmpeg/libavformat avformat.h,1.138,1.139
Måns Rullgård CVS
mru
Wed Feb 8 02:11:51 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv1470/libavformat
Modified Files:
avformat.h
Log Message:
bump version numbers and update docs for adts aac support
Index: avformat.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/avformat.h,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- avformat.h 2 Feb 2006 15:21:19 -0000 1.138
+++ avformat.h 8 Feb 2006 01:11:48 -0000 1.139
@@ -5,8 +5,8 @@
extern "C" {
#endif
-#define LIBAVFORMAT_VERSION_INT ((50<<16)+(0<<8)+0)
-#define LIBAVFORMAT_VERSION 50.0.0
+#define LIBAVFORMAT_VERSION_INT ((50<<16)+(1<<8)+0)
+#define LIBAVFORMAT_VERSION 50.1.0
#define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT
#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)
More information about the ffmpeg-cvslog
mailing list