Mercurial > libavcodec.hg
changeset 5844:2b61d13e9d7a libavcodec
New RM format deserves small version bump
author | kostya |
---|---|
date | Sun, 21 Oct 2007 17:26:02 +0000 |
parents | ad72b1e8934a |
children | 342ab05e7d05 |
files | avcodec.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)