summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorIvan Kalvachev <ikalvachev@gmail.com>2007-03-26 15:21:19 +0000
committerIvan Kalvachev <ikalvachev@gmail.com>2007-03-26 15:21:19 +0000
commitd215d07ae08d0c5a29148b5dbbb40a8d9d123f0b (patch)
treed49d007aa14ddf03a85bcd6a07fa178c3df7a2b0 /libavcodec/avcodec.h
parent1890c2acf48eb6471d812915db092e32ed5c9b14 (diff)
get rid of unused entries in the middle of xvmc_render struct,
extensions are added to the end of the struct (avoids build issues on 64 bits platform) add osd extension to be used by mplayer (required by the resent changes in the build system) breaking the compability, thus bumping minor lavc version number Originally committed as revision 8527 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 ceabc0bb29..74805d92b0 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)+1)
-#define LIBAVCODEC_VERSION 51.40.1
+#define LIBAVCODEC_VERSION_INT ((51<<16)+(40<<8)+2)
+#define LIBAVCODEC_VERSION 51.40.2
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)