From 424655f7499839c468f6c9bcd24993d3111813fc Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 18 Oct 2011 18:40:52 +0200 Subject: [PATCH] lavu: update minor number and add APIchanges entry after recent av_strtok() addition --- doc/APIchanges | 3 +++ libavutil/avutil.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/APIchanges b/doc/APIchanges index a1a5de2309..a31be4b0bf 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 e0131552dd..d7eca65e6f 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, \