Mercurial > libavcodec.hg
changeset 3998:f76c914fea4e libavcodec
update doc, changelog, and increase libavcodec version for .cin files support
author | bcoudurier |
---|---|
date | Wed, 11 Oct 2006 17:14:02 +0000 |
parents | 8ed26e786210 |
children | 6cbad3675632 |
files | avcodec.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Wed Oct 11 16:57:00 2006 +0000 +++ b/avcodec.h Wed Oct 11 17:14:02 2006 +0000 @@ -37,8 +37,8 @@ #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s -#define LIBAVCODEC_VERSION_INT ((51<<16)+(17<<8)+0) -#define LIBAVCODEC_VERSION 51.17.0 +#define LIBAVCODEC_VERSION_INT ((51<<16)+(18<<8)+0) +#define LIBAVCODEC_VERSION 51.18.0 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)