diff options
author | Jason Garrett-Glaser <darkshikari@gmail.com> | 2009-12-09 00:24:33 +0000 |
---|---|---|
committer | Jason Garrett-Glaser <darkshikari@gmail.com> | 2009-12-09 00:24:33 +0000 |
commit | 099f772e83da5fdd713e7d0f0b108fbd7e44bd05 (patch) | |
tree | 631b816bf69f6bf9a4f31f6e5bc2ce64e49750f3 /libavcodec | |
parent | 4b86926b95e08f8a6ae46182d6d8eff5ef1bfda0 (diff) | |
download | ffmpeg-099f772e83da5fdd713e7d0f0b108fbd7e44bd05.tar.gz |
Minor version bump for mbtree addition.
Originally committed as revision 20782 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-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 90f29963da..edd695eecf 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 42 +#define LIBAVCODEC_VERSION_MINOR 43 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |