summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-04-05 00:30:54 +0200
committerStefano Sabatini <stefasab@gmail.com>2013-04-05 01:18:06 +0200
commitc430eb2d58d21e70e202a593929759e785c36036 (patch)
treeb9947d2e3c85543b2fc9c604aa750c1855866a63 /doc
parente80bc76e9e0ce092aed8255a4cb7cbbd376f4cd6 (diff)
doc/filters: fix erroneously truncated comment on a scale example
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index b6ecbb1e5d..dbcf861fe9 100644
--- a/doc/filters.texi
+++ b/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