Mercurial > libavformat.hg
changeset 2836:e043e56e6e6c libavformat
Increase minor version due to new av_close_input_stream
author | reimar |
---|---|
date | Wed, 19 Dec 2007 14:09:54 +0000 |
parents | b158768c5352 |
children | 1caef0e2fb46 |
files | avformat.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Wed Dec 19 14:07:13 2007 +0000 +++ b/avformat.h Wed Dec 19 14:09:54 2007 +0000 @@ -21,8 +21,8 @@ #ifndef FFMPEG_AVFORMAT_H #define FFMPEG_AVFORMAT_H -#define LIBAVFORMAT_VERSION_INT ((52<<16)+(2<<8)+0) -#define LIBAVFORMAT_VERSION 52.2.0 +#define LIBAVFORMAT_VERSION_INT ((52<<16)+(3<<8)+0) +#define LIBAVFORMAT_VERSION 52.3.0 #define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)