# HG changeset patch # User aurel # Date 1220745930 0 # Node ID 4703ed97ea9d55b1d90f64ad0f718bb3f467c088 # Parent 5901b4ccda4a929a2088f4431f375c34296909c4 bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211 diff -r 5901b4ccda4a -r 4703ed97ea9d avformat.h --- a/avformat.h Sat Sep 06 23:44:29 2008 +0000 +++ b/avformat.h Sun Sep 07 00:05:30 2008 +0000 @@ -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, \