diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-04-30 17:06:00 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-11-28 15:40:34 +0100 |
commit | f66536cc5816a4a3e9af67de26d41ea581505e30 (patch) | |
tree | 4c6a286fbb4a5410296dc57d66747926a48d5603 /libavfilter/version.h | |
parent | cc86343b960793a822d6c51b58a1a7e3319cb217 (diff) | |
download | ffmpeg-f66536cc5816a4a3e9af67de26d41ea581505e30.tar.gz |
avfilter: add Affine Projection adaptive audio 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 537df129cd..7642b670d1 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #include "version_major.h" -#define LIBAVFILTER_VERSION_MINOR 13 +#define LIBAVFILTER_VERSION_MINOR 14 #define LIBAVFILTER_VERSION_MICRO 100 |