From 74cf4819704968432c0bd1fa0aceff11da79c535 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Sun, 7 Sep 2008 00:05:30 +0000 Subject: [PATCH] bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211 Originally committed as revision 15232 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 164b6adcc02..594cbe76a02 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -23,7 +23,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 52 #define LIBAVFORMAT_VERSION_MINOR 22 -#define LIBAVFORMAT_VERSION_MICRO 0 +#define LIBAVFORMAT_VERSION_MICRO 1 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ -- 2.39.2