diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-11-07 21:00:50 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-12-19 20:43:58 +0100 |
commit | 3b66757d7d12b21c7717ccb4459f3913fa3b8d0d (patch) | |
tree | 892435dec94f1c2534dc63e55a12215ee36c1422 /libavfilter/version.h | |
parent | 744100af627adc102a87081b58e3dfdb933c12ec (diff) | |
download | ffmpeg-3b66757d7d12b21c7717ccb4459f3913fa3b8d0d.tar.gz |
avfilter: add adrc 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 a4710b253b..9fabc544b5 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #include "version_major.h" -#define LIBAVFILTER_VERSION_MINOR 52 +#define LIBAVFILTER_VERSION_MINOR 53 #define LIBAVFILTER_VERSION_MICRO 100 |