[FFmpeg-cvslog] doc/filters: fix erroneously truncated comment on a scale example
Stefano Sabatini
git at videolan.org
Fri Apr 5 01:20:35 CEST 2013
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Apr 5 00:30:54 2013 +0200| [c430eb2d58d21e70e202a593929759e785c36036] | committer: Stefano Sabatini
doc/filters: fix erroneously truncated comment on a scale example
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c430eb2d58d21e70e202a593929759e785c36036
---
doc/filters.texi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index b6ecbb1..dbcf861 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
More information about the ffmpeg-cvslog
mailing list