diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-03-25 20:52:45 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-03-25 20:52:45 +0000 |
commit | f0cb03e9f220ab7c657b217df9abf3d295e4b708 (patch) | |
tree | 4b77ed2fe673d4350e177060ea9046750d27dea4 | |
parent | 04f7136bfeb4241e3e6a416e983caaf649914182 (diff) | |
download | ffmpeg-f0cb03e9f220ab7c657b217df9abf3d295e4b708.tar.gz |
increment subminor version due to r8502 and r8504, those revisions make dnxhd and gif decoders in line with libavcodec API
Originally committed as revision 8520 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index db7bbed6dc..ceabc0bb29 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -37,8 +37,8 @@ extern "C" { #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s -#define LIBAVCODEC_VERSION_INT ((51<<16)+(40<<8)+0) -#define LIBAVCODEC_VERSION 51.40.0 +#define LIBAVCODEC_VERSION_INT ((51<<16)+(40<<8)+1) +#define LIBAVCODEC_VERSION 51.40.1 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) |