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

pull/21/head
Stefano Sabatini 12 years ago
parent e80bc76e9e
commit c430eb2d58
  1. 3
      doc/filters.texi

@ -4882,7 +4882,8 @@ scale=3/2*oh:3/5*ih
@end example
@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
scale="trunc(3/2*iw/hsub)*hsub:trunc(3/2*ih/vsub)*vsub"
@end example

Loading…
Cancel
Save