diff avcodec.h @ 4738:7bec6dd03317 libavcodec

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
author iive
date Mon, 26 Mar 2007 15:21:19 +0000
parents 93fca53ce2e2
children 6797f7088d00
line wrap: on
line diff
--- a/avcodec.h	Mon Mar 26 10:03:57 2007 +0000
+++ b/avcodec.h	Mon Mar 26 15:21:19 2007 +0000
@@ -37,8 +37,8 @@
 #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)