diff options
author | David Favor <david@davidfavor.com> | 2013-02-27 08:19:14 -0600 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-27 16:16:03 +0100 |
commit | d4d1f32e48d92edc69c69b14f8e642e519f7c9af (patch) | |
tree | 3b6d6c29591493639fef9c0d312a634892ae70e4 | |
parent | 50ebb524cd5494b65c6b1df7996af54b4c4077d9 (diff) | |
download | ffmpeg-d4d1f32e48d92edc69c69b14f8e642e519f7c9af.tar.gz |
Slight bug building ffmpeg-1.1.3 on OSX + patch to fix
Two instances of non-ascii characters have crept into file
doc/filters.texi which causes pod2man to error out and
break the build.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 937addf17d..9d6c2b86e5 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4149,7 +4149,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 @@ -5543,7 +5543,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. |