Mercurial > libavcodec.hg
changeset 3423:82b44a294635 libavcodec
increasing version for AVBitStreamFilters
author | michael |
---|---|
date | Thu, 06 Jul 2006 15:35:29 +0000 |
parents | 6ce5ece8e2ea |
children | 2bfb700e2084 |
files | avcodec.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Thu Jul 06 15:28:17 2006 +0000 +++ b/avcodec.h Thu Jul 06 15:35:29 2006 +0000 @@ -17,8 +17,8 @@ #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s -#define LIBAVCODEC_VERSION_INT ((51<<16)+(9<<8)+0) -#define LIBAVCODEC_VERSION 51.9.0 +#define LIBAVCODEC_VERSION_INT ((51<<16)+(10<<8)+0) +#define LIBAVCODEC_VERSION 51.10.0 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)