[FFmpeg-devel] [PATCH] Bump lavf minor and add APIchanges entry for avio_ prefixes

Anton Khirnov anton
Thu Feb 17 20:33:31 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 adb85f8..511782d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,9 @@ libavutil:   2009-03-08
 
 API changes, most recent first:
 
+2011-02-17 - xxxxxx -  lavf 52.102.0 - avio
+  Add avio_ prefixes to put_* and get_* functions.
+
 2011-02-16 - xxxxxxx - lavf  52.101.0 - avformat.h
                        lavu  52.39.0  - parseutils.h
   Add av_ prefix to dump_format().
diff --git a/libavformat/version.h b/libavformat/version.h
index 9a15fe4..494cf11 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 101
+#define LIBAVFORMAT_VERSION_MINOR 102
 #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