summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-14 01:33:17 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-14 01:33:17 +0000
commit45e63d13d5a6fb80374d1ac893f85b63ec086c2d (patch)
treee1deda20ae45d283d7b747a94f071b9c405abbb2 /libavcodec
parentebd32fd747fee3cace5e53f5f3afe39f74032922 (diff)
CamStudio video decoder
Originally committed as revision 4849 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 a7e504fda4..bf54fce05b 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -21,8 +21,8 @@ extern "C" {
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s
-#define LIBAVCODEC_VERSION_INT ((51<<16)+(0<<8)+0)
-#define LIBAVCODEC_VERSION 51.0.0
+#define LIBAVCODEC_VERSION_INT ((51<<16)+(1<<8)+0)
+#define LIBAVCODEC_VERSION 51.1.0
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)