]> git.sesse.net Git - ffmpeg/commitdiff
doc/filters: fix erroneously truncated comment on a scale example
authorStefano Sabatini <stefasab@gmail.com>
Thu, 4 Apr 2013 22:30:54 +0000 (00:30 +0200)
committerStefano Sabatini <stefasab@gmail.com>
Thu, 4 Apr 2013 23:18:06 +0000 (01:18 +0200)
doc/filters.texi

index b6ecbb1e5d041b03aca92bb459155c4e399bdae2..dbcf861fe95f025d94eaa486738c48cff419d5ea 100644 (file)
@@ -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