From: Reimar Döffinger Date: Wed, 19 Dec 2007 14:09:54 +0000 (+0000) Subject: Increase minor version due to new av_close_input_stream X-Git-Tag: v0.5~6705 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f47b9f48288c1cd6f35e7d1e8546b9d8baa48cfe;p=platform%2Fupstream%2Flibav.git Increase minor version due to new av_close_input_stream Originally committed as revision 11270 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/avformat.h b/libavformat/avformat.h index ac41fee..c0ad4a6 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)