[FFmpeg-cvslog] Slight bug building ffmpeg-1.1.3 on OSX + patch to fix
David Favor
git at videolan.org
Wed Mar 20 21:02:58 CET 2013
ffmpeg | branch: release/1.0 | David Favor <david at davidfavor.com> | Wed Feb 27 08:19:14 2013 -0600| [2440424f1dcfb34a73b2c23117470eea31f154d3] | committer: Michael Niedermayer
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 at gmx.at>
(cherry picked from commit d4d1f32e48d92edc69c69b14f8e642e519f7c9af)
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2440424f1dcfb34a73b2c23117470eea31f154d3
---
doc/filters.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 916aa6f..56e090f 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3458,7 +3458,7 @@ Tile several successive frames together.
It accepts as argument the tile size (i.e. the number of lines and columns)
in the form "@var{w}x at var{h}".
-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
@@ -4554,7 +4554,7 @@ streams in each segment. Default is 0.
The filter has @var{v}+ at var{a} outputs: first @var{v} video outputs, then
@var{a} audio outputs.
-There are @var{n}×(@var{v}+ at var{a}) inputs: first the inputs for the first
+There are @var{n}x(@var{v}+ at 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.
More information about the ffmpeg-cvslog
mailing list