diff options
author | Daniel Verkamp <daniel@drv.nu> | 2010-03-09 01:20:20 +0000 |
---|---|---|
committer | Daniel Verkamp <daniel@drv.nu> | 2010-03-09 01:20:20 +0000 |
commit | b0e88ca6d3e0953e0537dd6747c72254e2a946f7 (patch) | |
tree | 26277f49bad152deea12cd80b712a6c65548c4c0 | |
parent | b90b1b4c3c519d66146cf8a3ae16ba4c245f0a72 (diff) | |
download | ffmpeg-b0e88ca6d3e0953e0537dd6747c72254e2a946f7.tar.gz |
Bump avcodec minor version for kgv1 decoder
Originally committed as revision 22367 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 25eb2f0e30..f640dcd956 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -30,7 +30,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 57 +#define LIBAVCODEC_VERSION_MINOR 58 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |