diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2022-08-07 23:14:09 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2022-08-13 15:22:14 +0200 |
commit | c469c3c3b18fbacd6ee0165573034d2a0408b83f (patch) | |
tree | 2b12b07a6588d53408eed7f5e90deb66de298b9e /libavfilter/version.h | |
parent | 6a574e39016325ec601da49d3f51c14135874da6 (diff) | |
download | ffmpeg-c469c3c3b18fbacd6ee0165573034d2a0408b83f.tar.gz |
avfilter/vsrc_ddagrab: add options for more control over output format fallback
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 fa67606495..f3c1964cac 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -32,7 +32,7 @@ #include "version_major.h" #define LIBAVFILTER_VERSION_MINOR 46 -#define LIBAVFILTER_VERSION_MICRO 102 +#define LIBAVFILTER_VERSION_MICRO 103 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |