diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2015-01-26 10:29:21 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2015-01-26 11:09:02 +0100 |
commit | 0ca5c4daded0a72c1a50f4b2a0f21d6aa909b145 (patch) | |
tree | 20a87d139bc6c62ea5e9e80f2cf17353554e905d /libavfilter/version.h | |
parent | 7ccd625a46c5a5a2f1cd6a20d7a6bf8137c7191c (diff) | |
download | ffmpeg-0ca5c4daded0a72c1a50f4b2a0f21d6aa909b145.tar.gz |
lavfi/mp: drop mp=eq and mp=eq2
mp=eq2 was ported to a native libavfilter filter in commit
4c38e960d0ca81b78dec1589275a5274dde21c8e.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index e6772890f2..ce22f7b911 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #define LIBAVFILTER_VERSION_MAJOR 5 #define LIBAVFILTER_VERSION_MINOR 9 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |