diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2010-02-09 07:55:07 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2010-02-09 07:55:07 +0000 |
commit | 5bebe94d860cb1a0819701213e961c8269aa3284 (patch) | |
tree | b95d555bdfd3b392cf234d55d5c3c0f2253c39ba /libavcodec/avcodec.h | |
parent | daaf6e3e9ed5f68b94428fa05652867604158aa5 (diff) | |
download | ffmpeg-5bebe94d860cb1a0819701213e961c8269aa3284.tar.gz |
Indeo 5 decoder
Originally committed as revision 21695 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-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 30dc3dc13e..6a51e2d6fd 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 52 +#define LIBAVCODEC_VERSION_MINOR 53 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |