aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-10-11 17:14:02 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-10-11 17:14:02 +0000
commitdc56e0de1d14f06489d03ba5b58146e8de36aac9 (patch)
treecdc8dfca0a94338e9ec3d306d1ab87da21461080 /libavcodec
parent72450e50a58fdcc088708cf01c38de5dd5d2eb20 (diff)
downloadffmpeg-dc56e0de1d14f06489d03ba5b58146e8de36aac9.tar.gz
update doc, changelog, and increase libavcodec version for .cin files support
Originally committed as revision 6660 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 61924bce6f..195de4b4a3 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)+(17<<8)+0)
-#define LIBAVCODEC_VERSION 51.17.0
+#define LIBAVCODEC_VERSION_INT ((51<<16)+(18<<8)+0)
+#define LIBAVCODEC_VERSION 51.18.0
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)