[FFmpeg-cvslog] lavu: update minor number and add APIchanges entry after recent av_strtok() addition
Stefano Sabatini
git at videolan.org
Tue Oct 18 18:54:53 CEST 2011
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Tue Oct 18 18:40:52 2011 +0200| [424655f7499839c468f6c9bcd24993d3111813fc] | committer: Stefano Sabatini
lavu: update minor number and add APIchanges entry after recent av_strtok() addition
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=424655f7499839c468f6c9bcd24993d3111813fc
---
doc/APIchanges | 3 +++
libavutil/avutil.h | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index a1a5de2..a31be4b 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
+2011-10-20 - b35e9e1 - lavu 51.22.0
+ Add av_strtok() to avstring.h.
+
2011-xx-xx - xxxxxxx - lavf 53.9.0
Add AVFMT_NO_BYTE_SEEK AVInputFormat flag.
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index e013155..d7eca65 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -40,7 +40,7 @@
#define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c)
#define LIBAVUTIL_VERSION_MAJOR 51
-#define LIBAVUTIL_VERSION_MINOR 21
+#define LIBAVUTIL_VERSION_MINOR 22
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list