Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-02-07 01:40:18 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-02-07 01:55:36 +0400
commitd11ac64ecf03f7896ebc5e776e078fdc1f0543a4 (patch)
tree70fbb7627b51eed11849d7862bded8c4f7ac1a40 /doc/filters.texi
parentb3d2c6f8b9d0ff577a5a32ad5ae417b8b3523317 (diff)
doc: replace '×' symbol with 'x'
Non-ascii chars are not correctly rendered in both MAN and HTML output or may even cause compilation failure. Thus avoid to use them until we find a satisfying way to deal with them. Fix trac ticket #2243.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 76a73e6dad..e0478522df 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -5996,7 +5996,7 @@ Activate unsafe mode: do not fail if segments have a different format.
The filter has @var{v}+@var{a} outputs: first @var{v} video outputs, then
@var{a} audio outputs.
-There are @var{n}×(@var{v}+@var{a}) inputs: first the inputs for the first
+There are @var{n}x(@var{v}+@var{a}) inputs: first the inputs for the first
segment, in the same order as the outputs, then the inputs for the second
segment, etc.