[FFmpeg-cvslog] r25211 - trunk/libavcodec/avcodec.h

mstorsjo subversion
Sun Sep 26 16:47:00 CEST 2010


Author: mstorsjo
Date: Sun Sep 26 16:47:00 2010
New Revision: 25211

Log:
Bump minor version for the addition of the G.722 encoder

Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	Sun Sep 26 16:25:22 2010	(r25210)
+++ trunk/libavcodec/avcodec.h	Sun Sep 26 16:47:00 2010	(r25211)
@@ -31,8 +31,8 @@
 #include "libavutil/cpu.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 52
-#define LIBAVCODEC_VERSION_MINOR 90
-#define LIBAVCODEC_VERSION_MICRO  1
+#define LIBAVCODEC_VERSION_MINOR 91
+#define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
                                                LIBAVCODEC_VERSION_MINOR, \



More information about the ffmpeg-cvslog mailing list