[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h,1.442,1.443

Diego Biurrun CVS diego
Sat Jan 14 02:33:20 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv30579/libavcodec

Modified Files:
	avcodec.h 
Log Message:
CamStudio video decoder


Index: avcodec.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/avcodec.h,v
retrieving revision 1.442
retrieving revision 1.443
diff -u -d -r1.442 -r1.443
--- avcodec.h	10 Jan 2006 20:07:29 -0000	1.442
+++ avcodec.h	14 Jan 2006 01:33:17 -0000	1.443
@@ -21,8 +21,8 @@
 #define AV_STRINGIFY(s)         AV_TOSTRING(s)
 #define AV_TOSTRING(s) #s
 
-#define LIBAVCODEC_VERSION_INT  ((51<<16)+(0<<8)+0)
-#define LIBAVCODEC_VERSION      51.0.0
+#define LIBAVCODEC_VERSION_INT  ((51<<16)+(1<<8)+0)
+#define LIBAVCODEC_VERSION      51.1.0
 #define LIBAVCODEC_BUILD        LIBAVCODEC_VERSION_INT
 
 #define LIBAVCODEC_IDENT        "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)





More information about the ffmpeg-cvslog mailing list