diff options
author | Niklas Haas <git@haasn.dev> | 2022-11-18 14:56:03 +0100 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2022-11-19 14:15:19 +0100 |
commit | 05d390890a8b37add02fa8d742335006c7e67c9f (patch) | |
tree | 08381213586c842174a084e26a315c1cdaaea267 /libavfilter/version.h | |
parent | 3bcec58535d395945a390bdc7af4048a7abc60eb (diff) | |
download | ffmpeg-05d390890a8b37add02fa8d742335006c7e67c9f.tar.gz |
avfilter/vf_libplacebo: default to normalize_sar=0
As a result of a typo in the source code, this option was completely
non-functional. In order to fix it, without breaking the current default
behavior, explicitly change this default to 0.
This behavior is also consistent with how other scale filters behave by
default, so it's probably best to enshrine it anyways.
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 436c2b8b17..1553e7fecf 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -32,7 +32,7 @@ #include "version_major.h" #define LIBAVFILTER_VERSION_MINOR 50 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |