[FFmpeg-devel] [PATCH 5/5] lavf: bump minor version and add an APIChanges entry for av_ prefixes

Anton Khirnov anton
Sun Feb 6 15:46:50 CET 2011


---
 doc/APIchanges        |    4 ++++
 libavformat/version.h |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/doc/APIchanges b/doc/APIchanges
index b5f1848..c4f335c 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,10 @@ libavutil:   2009-03-08
 
 API changes, most recent first:
 
+2011-02-06 - xxxxxxx - lavf 52.98.0 - avformat.h
+  Add av_ prefix to dump_format, parse_date and find_info_tag
+  functions.
+
 2011-02-XX - fe174fc - lavf 52.97.0 - avio.h
   Add flag for non-blocking protocols: URL_FLAG_NONBLOCK
 
diff --git a/libavformat/version.h b/libavformat/version.h
index 71bced1..bb9f562 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 97
+#define LIBAVFORMAT_VERSION_MINOR 98
 #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