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

This commit is contained in:
Stefano Sabatini 2013-04-05 00:30:54 +02:00
parent e80bc76e9e
commit c430eb2d58
1 changed files with 2 additions and 1 deletions

View File

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