[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h,1.425,1.426
Roberto Togni CVS
rtognimp
Thu Oct 20 22:04:47 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv15672
Modified Files:
avcodec.h
Log Message:
Increase version because of QDM2 decoder addition
Index: avcodec.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/avcodec.h,v
retrieving revision 1.425
retrieving revision 1.426
diff -u -d -r1.425 -r1.426
--- avcodec.h 18 Oct 2005 20:16:42 -0000 1.425
+++ avcodec.h 20 Oct 2005 20:04:45 -0000 1.426
@@ -21,8 +21,8 @@
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s
-#define LIBAVCODEC_VERSION_INT ((50<<16)+(0<<8)+0)
-#define LIBAVCODEC_VERSION 50.0.0
+#define LIBAVCODEC_VERSION_INT ((50<<16)+(1<<8)+0)
+#define LIBAVCODEC_VERSION 50.1.0
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
More information about the ffmpeg-cvslog
mailing list