diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-07-14 21:26:55 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2023-12-21 17:16:16 -0500 |
commit | 05bfc03752d15382068f4b7506be89602f91aeb0 (patch) | |
tree | 58c79eb8b82d2082551aae0c0b660e1506303e2f /libavfilter/version.h | |
parent | 0f05f9ed3e2278e70bf2d87b974f72b4fec73a88 (diff) | |
download | ffmpeg-05bfc03752d15382068f4b7506be89602f91aeb0.tar.gz |
Add new vf_tiltandshift filter
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
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 7642b670d1..83931e11dd 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -32,7 +32,7 @@ #include "version_major.h" #define LIBAVFILTER_VERSION_MINOR 14 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |