Commit c430eb2d authored by Stefano Sabatini's avatar Stefano Sabatini

doc/filters: fix erroneously truncated comment on a scale example

parent e80bc76e
...@@ -4882,7 +4882,8 @@ scale=3/2*oh:3/5*ih ...@@ -4882,7 +4882,8 @@ scale=3/2*oh:3/5*ih
@end example @end example
@item @item
Increase the size, but make the size a multiple of the chroma: Increase the size, but make the size a multiple of the chroma
subsample values:
@example @example
scale="trunc(3/2*iw/hsub)*hsub:trunc(3/2*ih/vsub)*vsub" scale="trunc(3/2*iw/hsub)*hsub:trunc(3/2*ih/vsub)*vsub"
@end example @end example
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment