diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-12-06 21:31:33 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-12-08 13:03:42 +0100 |
commit | f0f19f3d3d58eb9030fdf54884c5ea94e5481604 (patch) | |
tree | 880c655e1dd2e3c18767d5f99b04157c13f53ebc /libavfilter/version.h | |
parent | 9ca139b2aa1e25b87072d8321402fa200edb894d (diff) | |
download | ffmpeg-f0f19f3d3d58eb9030fdf54884c5ea94e5481604.tar.gz |
avfilter: add corr video filter
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 69f3af5a9d..a4710b253b 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #include "version_major.h" -#define LIBAVFILTER_VERSION_MINOR 51 +#define LIBAVFILTER_VERSION_MINOR 52 #define LIBAVFILTER_VERSION_MICRO 100 |