Mercurial > libavformat.hg
changeset 866:81d0b5753240 libavformat
Increase version: 'wave' atom parsing added to mov demuxer
author | rtognimp |
---|---|
date | Thu, 20 Oct 2005 20:06:16 +0000 |
parents | 1646098f8e26 |
children | 5b4853b0298e |
files | avformat.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Tue Oct 18 20:16:43 2005 +0000 +++ b/avformat.h Thu Oct 20 20:06:16 2005 +0000 @@ -5,8 +5,8 @@ extern "C" { #endif -#define LIBAVFORMAT_VERSION_INT ((49<<16)+(1<<8)+0) -#define LIBAVFORMAT_VERSION 49.1.0 +#define LIBAVFORMAT_VERSION_INT ((49<<16)+(2<<8)+0) +#define LIBAVFORMAT_VERSION 49.2.0 #define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)