projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e80bc76
)
doc/filters: fix erroneously truncated comment on a scale example
author
Stefano Sabatini
<stefasab@gmail.com>
Thu, 4 Apr 2013 22:30:54 +0000
(
00:30
+0200)
committer
Stefano Sabatini
<stefasab@gmail.com>
Thu, 4 Apr 2013 23:18:06 +0000
(
01:18
+0200)
doc/filters.texi
patch
|
blob
|
history
diff --git
a/doc/filters.texi
b/doc/filters.texi
index
b6ecbb1
..
dbcf861
100644
(file)
--- 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