summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-03-25 20:52:45 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-03-25 20:52:45 +0000
commitf0cb03e9f220ab7c657b217df9abf3d295e4b708 (patch)
tree4b77ed2fe673d4350e177060ea9046750d27dea4 /libavcodec/avcodec.h
parent04f7136bfeb4241e3e6a416e983caaf649914182 (diff)
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
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h4
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)