diff options
author | Peter Ross <pross@xvid.org> | 2008-08-29 04:02:04 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2008-08-29 04:02:04 +0000 |
commit | 2bfd8855fb0a06ff9bc8835b24e4c94e86dc80ad (patch) | |
tree | 6f38f4e42b135f90bd8ded30acdedc036568353f /libavcodec | |
parent | 312420f3fa3c327817876c9319f34f09d9b7058e (diff) | |
download | ffmpeg-2bfd8855fb0a06ff9bc8835b24e4c94e86dc80ad.tar.gz |
Bump libavcodec minor version number for r15017.
Originally committed as revision 15018 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 62f6565217..98cb395878 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -30,7 +30,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 51 -#define LIBAVCODEC_VERSION_MINOR 69 +#define LIBAVCODEC_VERSION_MINOR 70 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |