[FFmpeg-cvslog] avfilter: bump version for the latest API change
James Almer
git at videolan.org
Mon Apr 2 05:23:15 EEST 2018
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sun Apr 1 23:19:02 2018 -0300| [f1805d160d66442567094fc84d3063ad42458809] | committer: James Almer
avfilter: bump version for the latest API change
And fix the entry in doc/APIchanges
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f1805d160d66442567094fc84d3063ad42458809
---
doc/APIchanges | 2 +-
libavfilter/version.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 235868b22a..adc8b1d0c8 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,7 +15,7 @@ libavutil: 2017-10-21
API changes, most recent first:
-2018-xx-xx - xxxxxxx - lavc 7.13.100 - avcodec.h
+2018-xx-xx - xxxxxxx - lavfi 7.14.100 - avfilter.h
Deprecate use of avfilter_register(), avfilter_register_all(),
avfilter_next(). Add av_filter_iterate().
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 8d77a500bf..d9b49ea744 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 7
-#define LIBAVFILTER_VERSION_MINOR 13
+#define LIBAVFILTER_VERSION_MINOR 14
#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list