Mercurial > libavcodec.hg
changeset 4154:74c8b204ab1c libavcodec
Bump version for Fraps v[24] support
author | kostya |
---|---|
date | Tue, 07 Nov 2006 05:57:42 +0000 |
parents | e283c82e10aa |
children | 0f28fc219799 |
files | avcodec.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Mon Nov 06 17:56:08 2006 +0000 +++ b/avcodec.h Tue Nov 07 05:57:42 2006 +0000 @@ -37,8 +37,8 @@ #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s -#define LIBAVCODEC_VERSION_INT ((51<<16)+(24<<8)+0) -#define LIBAVCODEC_VERSION 51.24.0 +#define LIBAVCODEC_VERSION_INT ((51<<16)+(25<<8)+0) +#define LIBAVCODEC_VERSION 51.25.0 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)