diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-02-27 16:08:41 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-27 16:16:04 +0100 |
commit | cdbaaa4f001ef8043760c44c2062fbc27facffd2 (patch) | |
tree | 35af3252a033b071cc08188ffa7fd6b17e5599f9 | |
parent | d4d1f32e48d92edc69c69b14f8e642e519f7c9af (diff) | |
download | ffmpeg-cdbaaa4f001ef8043760c44c2062fbc27facffd2.tar.gz |
doc/ffmpeg: remove non ascii char
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/ffmpeg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index d0fe327c15..0c3cbc3cde 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -978,7 +978,7 @@ ffmpeg -filter_complex 'color=red' -t 5 out.mkv As a special exception, you can use a bitmap subtitle stream as input: it will be converted into a video with the same size as the largest video in -the file, or 720×576 if no video is present. Note that this is an +the file, or 720x576 if no video is present. Note that this is an experimental and temporary solution. It will be removed once libavfilter has proper support for subtitles. |