[FFmpeg-cvslog] lavf: bump minor and add an APIChanges entry for avformat cleanup
Anton Khirnov
git at videolan.org
Sat Apr 9 03:25:00 CEST 2011
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Fri Apr 8 11:46:52 2011 +0200| [0c68c804196400de3c40c8849124b292ed62b99c] | committer: Anton Khirnov
lavf: bump minor and add an APIChanges entry for avformat cleanup
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0c68c804196400de3c40c8849124b292ed62b99c
---
doc/APIchanges | 5 +++++
libavformat/version.h | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 6f69e05..7d12737 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,11 @@ libavutil: 2009-03-08
API changes, most recent first:
+2011-04-08 - lavf 52.106.0 - avformat.h
+ Minor avformat.h cleanup:
+ a9bf9d8 deprecate av_guess_image2_codec
+ c3675df rename avf_sdp_create->av_sdp_create
+
2011-04-03 - lavf 52.105.0 - avio.h
Large-scale renaming/deprecating of AVIOContext-related functions:
724f6a0 deprecate url_fdopen
diff --git a/libavformat/version.h b/libavformat/version.h
index 552a1bd..a29c2c6 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -24,7 +24,7 @@
#include "libavutil/avutil.h"
#define LIBAVFORMAT_VERSION_MAJOR 52
-#define LIBAVFORMAT_VERSION_MINOR 105
+#define LIBAVFORMAT_VERSION_MINOR 106
#define LIBAVFORMAT_VERSION_MICRO 0
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list