[FFmpeg-devel] [PATCH] Add writing of vorbis comments to flac files

James Darnley james.darnley
Thu Mar 11 00:19:17 CET 2010


On 10 March 2010 23:36, Justin Ruggles <justin.ruggles at gmail.com> wrote:
> I think an entry in the Changelog would be good.
>
> As for version bump, maybe micro version? ?I think the addition of
> metadata writing to a muxer is a noteworthy change. ?Also, if a program
> using lavf currently writes VorbisComment tags another way, it could
> check the version number to decide whether it still needs to do so.
>

Does this look okay?

diff --git a/Changelog b/Changelog
index be46293..74d2478 100644
--- a/Changelog
+++ b/Changelog
@@ -63,6 +63,7 @@ version <next>:
 - 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 10371a4..9db2068 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -23,7 +23,7 @@

 #define LIBAVFORMAT_VERSION_MAJOR 52
 #define LIBAVFORMAT_VERSION_MINOR 55
-#define LIBAVFORMAT_VERSION_MICRO  0
+#define LIBAVFORMAT_VERSION_MICRO  1

 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
                                                LIBAVFORMAT_VERSION_MINOR, \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-Changelog-entry-and-micro-version-bump-for-VorbisCom.patch
Type: application/octet-stream
Size: 1122 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100311/2f06c812/attachment.obj>



More information about the ffmpeg-devel mailing list