# HG changeset patch # User kostya # Date 1192987562 0 # Node ID 2b61d13e9d7a5ada3d24ec8599736e2c83747493 # Parent ad72b1e8934a209f1957a18863278e498fc189fb New RM format deserves small version bump diff -r ad72b1e8934a -r 2b61d13e9d7a avcodec.h --- a/avcodec.h Sun Oct 21 17:23:07 2007 +0000 +++ b/avcodec.h Sun Oct 21 17:26:02 2007 +0000 @@ -33,8 +33,8 @@ #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s -#define LIBAVCODEC_VERSION_INT ((51<<16)+(46<<8)+0) -#define LIBAVCODEC_VERSION 51.46.0 +#define LIBAVCODEC_VERSION_INT ((51<<16)+(46<<8)+1) +#define LIBAVCODEC_VERSION 51.46.1 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)