diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-11-08 23:42:38 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-11-11 22:43:18 +0100 |
commit | 84aed3faf0914573b238a18bbbb03464deea77cd (patch) | |
tree | 31540a410f32b2e9ca07df93d0d9d5ee25bda3e6 /libavfilter/version.h | |
parent | a8afb0830e76cba89dd72725c51ebbf090a1d42e (diff) | |
download | ffmpeg-84aed3faf0914573b238a18bbbb03464deea77cd.tar.gz |
lavfi: remove mp=tile filter.
The native tile video filter is now feature equivalent.
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 ef53ee86fe..c7eceebcde 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 3 #define LIBAVFILTER_VERSION_MINOR 21 -#define LIBAVFILTER_VERSION_MICRO 106 +#define LIBAVFILTER_VERSION_MICRO 107 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |