Browse Source

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

tags/n2.0
Stefano Sabatini 12 years ago
parent
commit
c430eb2d58
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      doc/filters.texi

+ 2
- 1
doc/filters.texi View File

@@ -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