diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2008-12-27 09:22:21 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2008-12-27 09:22:21 +0000 |
commit | b870027a19626ce623b8e700401e353ae5669340 (patch) | |
tree | f34ed1a06f22089f63b52b345b3007bb6171f800 /libavcodec/avcodec.h | |
parent | 9864142b6da9766bbba5a4a5e38bc906faabd644 (diff) | |
download | ffmpeg-b870027a19626ce623b8e700401e353ae5669340.tar.gz |
Bump minor number for many small improvements, tiff fax decoding,
AVCodecContext refs is set during decoding.
Originally committed as revision 16355 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 75ccb8a400..4dbfa1e7e1 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 8 +#define LIBAVCODEC_VERSION_MINOR 9 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |