From 59b4b540148e6f7ff1f82983f9eb1aeec3dec359 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sat, 20 Mar 2010 13:42:49 +0000 Subject: [PATCH] Add Changelog entry and bump lavf micro version for the addition of VorbisComment writing for FLAC, Ogg/FLAC, and Ogg/Speex files. Originally committed as revision 22607 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Changelog | 1 + libavformat/avformat.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index be4629375d..98c2381007 100644 --- a/Changelog +++ b/Changelog @@ -63,6 +63,7 @@ version : - RTSP muxer - HE-AAC v1 decoder - Kega Game Video (KGV1) decoder +- VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 0c0ce46715..2646373def 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -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, \