1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Bump minor version, I forgot in the last commit

Originally committed as revision 22650 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2010-03-23 20:03:20 +00:00
parent e1484ebed6
commit 690877426b
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ libavutil: 2009-03-08
API changes, most recent first: 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 Support DCT-I and DST-I
2010-03-15 - r22540 - lavf 52.56.0 - AVFormatContext.start_time_realtime 2010-03-15 - r22540 - lavf 52.56.0 - AVFormatContext.start_time_realtime

View File

@ -30,7 +30,7 @@
#include "libavutil/avutil.h" #include "libavutil/avutil.h"
#define LIBAVCODEC_VERSION_MAJOR 52 #define LIBAVCODEC_VERSION_MAJOR 52
#define LIBAVCODEC_VERSION_MINOR 59 #define LIBAVCODEC_VERSION_MINOR 60
#define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \