diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-03-13 18:17:25 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-03-13 18:17:25 +0000 |
commit | 74dc70c42578fcb8d3a1e3dc7675f5b352a81765 (patch) | |
tree | 4a0c9dbd2e9232a1f515a5938e04ca5b2df1ddd4 /libavcodec | |
parent | 89fb9ae9e6fe7aad888257e74b7a0b39efb139f0 (diff) | |
download | ffmpeg-74dc70c42578fcb8d3a1e3dc7675f5b352a81765.tar.gz |
bump minor avcodec version for libxvid codec id change (r22489)
Originally committed as revision 22510 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 bc7c0a07a0..d192b2893d 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 58 +#define LIBAVCODEC_VERSION_MINOR 59 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |