[FFmpeg-cvslog] doc: Fit the graph in 80 cols
Luca Barbato
git at videolan.org
Thu Apr 3 19:30:17 CEST 2014
ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Sun Mar 30 19:59:33 2014 +0200| [006c253346d90f4abaf69d78083c8ba031628598] | committer: Luca Barbato
doc: Fit the graph in 80 cols
Some man pagers do not reflow the text/graphs on resize
and the graphs did not fit the traditional 80cols due
the pod2man excessive indent.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=006c253346d90f4abaf69d78083c8ba031628598
---
doc/avconv.texi | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/doc/avconv.texi b/doc/avconv.texi
index 0b53f2b..399977d 100644
--- a/doc/avconv.texi
+++ b/doc/avconv.texi
@@ -130,11 +130,16 @@ the same type. In the above diagram they can be represented by simply inserting
an additional step between decoding and encoding:
@example
- _________ __________ ______________
-| | simple | | | |
-| decoded | fltrgrph | filtered | encoder | encoded data |
-| frames | ----------> | frames | ---------> | packets |
-|_________| |__________| |______________|
+ _________ ______________
+| | | |
+| decoded | | encoded data |
+| frames |\ /| packets |
+|_________| \ / |______________|
+ \ __________ /
+ simple \ | | / encoder
+ filtergraph \| filtered |/
+ | frames |
+ |__________|
@end example
More information about the ffmpeg-cvslog
mailing list