doc: Fit the graph in 80 cols
authorLuca Barbato <lu_zero@gentoo.org>
Sun, 30 Mar 2014 17:59:33 +0000 (19:59 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Thu, 3 Apr 2014 09:49:30 +0000 (11:49 +0200)
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.

doc/avconv.texi

index 0b53f2b..399977d 100644 (file)
@@ -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