summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-02-07 20:28:30 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-02-07 20:28:30 +0100
commit1afbb4c226203c1a0853c9ad469cd9ef337080e4 (patch)
tree1e13e4916bf41e9976ff1966c85185ebbd11bbb9
parenta00c4b4db044b54296af14eeffe7989ac67e4197 (diff)
downloadffmpeg-streaming-1afbb4c226203c1a0853c9ad469cd9ef337080e4.zip
ffmpeg-streaming-1afbb4c226203c1a0853c9ad469cd9ef337080e4.tar.gz
doc/filters: remove another instance of '×'
Fix trac ticket #2247.
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index e047852..1f22f8d 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -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
OpenPOWER on IntegriCloud