[FFmpeg-devel] [PATCH 4/4] Bump lavf minor and add APIchanges entry for avio_ prefixes
Anton Khirnov
anton
Wed Feb 16 10:46:51 CET 2011
---
doc/APIchanges | 3 +++
libavformat/version.h | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 421df01..b6de476 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,9 @@ libavutil: 2009-03-08
API changes, most recent first:
+2011-02-xx - xxxxxx - lavf 52.101.0 - avio
+ Add avio_ prefixes to put_* and get_* functions.
+
2011-02-15 - lavu 52.38.0 - merge libavcore
libavcore is merged back completely into libavutil
diff --git a/libavformat/version.h b/libavformat/version.h
index 4e26eaa..6977f77 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -24,8 +24,8 @@
#include "libavutil/avutil.h"
#define LIBAVFORMAT_VERSION_MAJOR 52
-#define LIBAVFORMAT_VERSION_MINOR 100
-#define LIBAVFORMAT_VERSION_MICRO 1
+#define LIBAVFORMAT_VERSION_MINOR 101
+#define LIBAVFORMAT_VERSION_MICRO 0
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \
--
1.7.2.3
More information about the ffmpeg-devel
mailing list