# HG changeset patch # User bcoudurier # Date 1174855965 0 # Node ID 93fca53ce2e23a60788b21874036e50763a689d9 # Parent ccbe8d386410d4c7adbd28321d5ae61cd3764818 increment subminor version due to r8502 and r8504, those revisions make dnxhd and gif decoders in line with libavcodec API diff -r ccbe8d386410 -r 93fca53ce2e2 avcodec.h --- a/avcodec.h Sun Mar 25 16:43:59 2007 +0000 +++ b/avcodec.h Sun Mar 25 20:52:45 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)+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)