From f47b9f48288c1cd6f35e7d1e8546b9d8baa48cfe Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Wed, 19 Dec 2007 14:09:54 +0000 Subject: Increase minor version due to new av_close_input_stream Originally committed as revision 11270 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/avformat.h') diff --git a/libavformat/avformat.h b/libavformat/avformat.h index ac41fee95f..c0ad4a6613 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -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) -- cgit v1.2.3