Commit f1805d16 authored by James Almer's avatar James Almer

avfilter: bump version for the latest API change

And fix the entry in doc/APIchanges
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 9b125826
...@@ -15,7 +15,7 @@ libavutil: 2017-10-21 ...@@ -15,7 +15,7 @@ libavutil: 2017-10-21
API changes, most recent first: 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(), Deprecate use of avfilter_register(), avfilter_register_all(),
avfilter_next(). Add av_filter_iterate(). avfilter_next(). Add av_filter_iterate().
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include "libavutil/version.h" #include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 7 #define LIBAVFILTER_VERSION_MAJOR 7
#define LIBAVFILTER_VERSION_MINOR 13 #define LIBAVFILTER_VERSION_MINOR 14
#define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment