[FFmpeg-cvslog] r22650 - in trunk: doc/APIchanges libavcodec/avcodec.h
vitor
subversion
Tue Mar 23 21:03:20 CET 2010
Author: vitor
Date: Tue Mar 23 21:03:20 2010
New Revision: 22650
Log:
Bump minor version, I forgot in the last commit
Modified:
trunk/doc/APIchanges
trunk/libavcodec/avcodec.h
Modified: trunk/doc/APIchanges
==============================================================================
--- trunk/doc/APIchanges Tue Mar 23 20:48:16 2010 (r22649)
+++ trunk/doc/APIchanges Tue Mar 23 21:03:20 2010 (r22650)
@@ -12,7 +12,7 @@ libavutil: 2009-03-08
API changes, most recent first:
-2010-03-15 - r22649 - lavc 52.59.0 - av_dct_init()
+2010-03-23 - r22649 - lavc 52.60.0 - av_dct_init()
Support DCT-I and DST-I
2010-03-15 - r22540 - lavf 52.56.0 - AVFormatContext.start_time_realtime
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h Tue Mar 23 20:48:16 2010 (r22649)
+++ trunk/libavcodec/avcodec.h Tue Mar 23 21:03:20 2010 (r22650)
@@ -30,7 +30,7 @@
#include "libavutil/avutil.h"
#define LIBAVCODEC_VERSION_MAJOR 52
-#define LIBAVCODEC_VERSION_MINOR 59
+#define LIBAVCODEC_VERSION_MINOR 60
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list