]> git.sesse.net Git - ffmpeg/commitdiff
doc/filters: remove another instance of '×'
authorStefano Sabatini <stefasab@gmail.com>
Thu, 7 Feb 2013 19:28:30 +0000 (20:28 +0100)
committerStefano Sabatini <stefasab@gmail.com>
Thu, 7 Feb 2013 19:28:30 +0000 (20:28 +0100)
Fix trac ticket #2247.

doc/filters.texi

index e0478522dfa721c77c01c5e408d78de1bf798c4e..1f22f8dac6ebf8375a413bb7d802b87a080c59df 100644 (file)
@@ -4589,7 +4589,7 @@ Alternatively, the options can be specified as a flat string:
 
 @var{layout}[:@var{nb_frames}[:@var{margin}[:@var{padding}]]]
 
-For example, produce 8×8 PNG tiles of all keyframes (@option{-skip_frame
+For example, produce 8x8 PNG tiles of all keyframes (@option{-skip_frame
 nokey}) in a movie:
 @example
 ffmpeg -skip_frame nokey -i file.avi -vf 'scale=128:72,tile=8x8' -an -vsync 0 keyframes%03d.png