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

ramiro subversion
Sat Dec 18 06:15:32 CET 2010


Author: ramiro
Date: Sat Dec 18 06:15:32 2010
New Revision: 26052

Log:
bump lavcodec minor version for amr-wb decoder in r26051

Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	Sat Dec 18 04:03:18 2010	(r26051)
+++ trunk/libavcodec/avcodec.h	Sat Dec 18 06:15:32 2010	(r26052)
@@ -32,8 +32,8 @@
 #include "libavutil/cpu.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 52
-#define LIBAVCODEC_VERSION_MINOR 99
-#define LIBAVCODEC_VERSION_MICRO  1
+#define LIBAVCODEC_VERSION_MINOR 100
+#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