[SCM] libav/experimental: Add Changelog entry and bump lavf micro version for the addition of VorbisComment writing for FLAC, Ogg/FLAC, and Ogg/Speex files.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:04:52 UTC 2013


The following commit has been merged in the experimental branch:
commit 59b4b540148e6f7ff1f82983f9eb1aeec3dec359
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Sat Mar 20 13:42:49 2010 +0000

    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

diff --git a/Changelog b/Changelog
index be46293..98c2381 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 0c0ce46..2646373 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, \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list