Commit ec797fdb authored by jbr's avatar jbr

Add Changelog entry and bump lavf micro version for the addition of

VorbisComment writing for FLAC, Ogg/FLAC, and Ogg/Speex files.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22607 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3bf1efe3
...@@ -63,6 +63,7 @@ version <next>: ...@@ -63,6 +63,7 @@ version <next>:
- RTSP muxer - RTSP muxer
- HE-AAC v1 decoder - HE-AAC v1 decoder
- Kega Game Video (KGV1) decoder - Kega Game Video (KGV1) decoder
- VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#define LIBAVFORMAT_VERSION_MAJOR 52 #define LIBAVFORMAT_VERSION_MAJOR 52
#define LIBAVFORMAT_VERSION_MINOR 56 #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, \ #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \ LIBAVFORMAT_VERSION_MINOR, \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment