[FFmpeg-devel] [PATCH 4/4] Bump lavf minor and add APIchanges entry for avio_ prefixes
Anton Khirnov
anton
Sun Feb 6 14:13:56 CET 2011
---
doc/APIchanges | 3 +++
libavformat/version.h | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index e182e32..83f3d17 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2009-03-08
API changes, most recent first:
+2011-02-xx - xxxxxx - lavf 52.97.0 - avio
+ Add avio_ prefixes to put_* and get_* functions.
+
2011-02-04 - f124b08 - lavf 52.96.0 - avformat_free_context()
Add avformat_free_context() in avformat.h.
diff --git a/libavformat/version.h b/libavformat/version.h
index 27f52e0..603d7cf 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 96
+#define LIBAVFORMAT_VERSION_MINOR 97
#define LIBAVFORMAT_VERSION_MICRO 0
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
--
1.7.2.3
More information about the ffmpeg-devel
mailing list