diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-04-05 00:30:54 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-04-05 01:18:06 +0200 |
commit | c430eb2d58d21e70e202a593929759e785c36036 (patch) | |
tree | b9947d2e3c85543b2fc9c604aa750c1855866a63 | |
parent | e80bc76e9e0ce092aed8255a4cb7cbbd376f4cd6 (diff) | |
download | ffmpeg-c430eb2d58d21e70e202a593929759e785c36036.tar.gz |
doc/filters: fix erroneously truncated comment on a scale example
-rw-r--r-- | doc/filters.texi | 3 |
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 |