summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2010-12-27 07:46:57 +0000
committerAnton Khirnov <wyskas@gmail.com>2010-12-27 07:46:57 +0000
commit107a7e3e7b6161cd9ccefeefab1d54be939de43e (patch)
treea883f75ca19fb51530a43a4933bcf5053176fd80
parentfd5b124d748249d5f5b33f5901042738d0c893d8 (diff)
lavf: bump minor and add APIchanges entry after adding AVFMT_NOSTREAMS
Originally committed as revision 26103 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--doc/APIchanges4
-rw-r--r--libavformat/avformat.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index c91ec1455e..0d365aa5fd 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,10 @@ libavutil: 2009-03-08
API changes, most recent first:
+2010-12-27 - r26103 - lavf 52.90.0
+ Add AVFMT_NOSTREAMS flag for formats with no streams,
+ like e.g. text metadata.
+
2010-12-22 - r26073 - lavutil 50.36.0 - file.h
Add functions av_file_map() and av_file_unmap() in file.h.
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 4f4693555a..f166c090db 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -22,7 +22,7 @@
#define AVFORMAT_AVFORMAT_H
#define LIBAVFORMAT_VERSION_MAJOR 52
-#define LIBAVFORMAT_VERSION_MINOR 89
+#define LIBAVFORMAT_VERSION_MINOR 90
#define LIBAVFORMAT_VERSION_MICRO 0
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \