Browse code

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

Justin Ruggles authored on 2010/03/20 22:42:49
Showing 2 changed files
... ...
@@ -63,6 +63,7 @@ version <next>:
63 63
 - RTSP muxer
64 64
 - HE-AAC v1 decoder
65 65
 - Kega Game Video (KGV1) decoder
66
+- VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
66 67
 
67 68
 
68 69
 
... ...
@@ -23,7 +23,7 @@
23 23
 
24 24
 #define LIBAVFORMAT_VERSION_MAJOR 52
25 25
 #define LIBAVFORMAT_VERSION_MINOR 56
26
-#define LIBAVFORMAT_VERSION_MICRO  0
26
+#define LIBAVFORMAT_VERSION_MICRO  1
27 27
 
28 28
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
29 29
                                                LIBAVFORMAT_VERSION_MINOR, \