summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2022-11-18 14:56:03 +0100
committerNiklas Haas <git@haasn.dev>2022-11-19 14:15:19 +0100
commit05d390890a8b37add02fa8d742335006c7e67c9f (patch)
tree08381213586c842174a084e26a315c1cdaaea267 /doc/filters.texi
parent3bcec58535d395945a390bdc7af4048a7abc60eb (diff)
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 'doc/filters.texi')
-rw-r--r--doc/filters.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index f6385a597c..ecf8dfa47a 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -15587,9 +15587,10 @@ will be performed.
Work the same as the identical @ref{scale} filter options.
@item normalize_sar
-If enabled (the default), output frames will always have a pixel aspect ratio
-of 1:1. If disabled, any aspect ratio mismatches, including those from e.g.
-anamorphic video sources, are forwarded to the output pixel aspect ratio.
+If enabled, output frames will always have a pixel aspect ratio of 1:1. This
+will introduce padding/cropping as necessary. If disabled (the default), any
+aspect ratio mismatches, including those from e.g. anamorphic video sources,
+are forwarded to the output pixel aspect ratio.
@item pad_crop_ratio
Specifies a ratio (between @code{0.0} and @code{1.0}) between padding and