[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h,1.447,1.448
Måns Rullgård CVS
mru
Wed Feb 8 02:11:51 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv1470/libavcodec
Modified Files:
avcodec.h
Log Message:
bump version numbers and update docs for adts aac support
Index: avcodec.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/avcodec.h,v
retrieving revision 1.447
retrieving revision 1.448
diff -u -d -r1.447 -r1.448
--- avcodec.h 8 Feb 2006 00:50:22 -0000 1.447
+++ avcodec.h 8 Feb 2006 01:11:48 -0000 1.448
@@ -21,8 +21,8 @@
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s
-#define LIBAVCODEC_VERSION_INT ((51<<16)+(1<<8)+0)
-#define LIBAVCODEC_VERSION 51.1.0
+#define LIBAVCODEC_VERSION_INT ((51<<16)+(2<<8)+0)
+#define LIBAVCODEC_VERSION 51.2.0
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
More information about the ffmpeg-cvslog
mailing list