[FFmpeg-cvslog] r22607 - in trunk: Changelog libavformat/avformat.h

jbr subversion
Sat Mar 20 14:42:49 CET 2010


Author: jbr
Date: Sat Mar 20 14:42:49 2010
New Revision: 22607

Log:
Add Changelog entry and bump lavf micro version for the addition of 
VorbisComment writing for FLAC, Ogg/FLAC, and Ogg/Speex files.

Modified:
   trunk/Changelog
   trunk/libavformat/avformat.h

Modified: trunk/Changelog
==============================================================================
--- trunk/Changelog	Sat Mar 20 14:39:22 2010	(r22606)
+++ trunk/Changelog	Sat Mar 20 14:42:49 2010	(r22607)
@@ -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
 
 
 

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	Sat Mar 20 14:39:22 2010	(r22606)
+++ trunk/libavformat/avformat.h	Sat Mar 20 14:42:49 2010	(r22607)
@@ -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, \



More information about the ffmpeg-cvslog mailing list