# HG changeset patch # User jbr # Date 1269092569 0 # Node ID fc31294e2c524e0eb47ccb1ea5f41684d6c459eb # Parent 274fed269b59c2aa9e42ed99f0fbe90fb46238af Add Changelog entry and bump lavf micro version for the addition of VorbisComment writing for FLAC, Ogg/FLAC, and Ogg/Speex files. diff -r 274fed269b59 -r fc31294e2c52 avformat.h --- a/avformat.h Sat Mar 20 13:39:22 2010 +0000 +++ b/avformat.h Sat Mar 20 13:42:49 2010 +0000 @@ -23,7 +23,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 52 #define LIBAVFORMAT_VERSION_MINOR 56 -#define LIBAVFORMAT_VERSION_MICRO 0 +#define LIBAVFORMAT_VERSION_MICRO 1 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \