[SCM] libav/experimental: doc: Fit the graph in 80 cols

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:35 UTC 2014


The following commit has been merged in the experimental branch:
commit 006c253346d90f4abaf69d78083c8ba031628598
Author: Luca Barbato <lu_zero at gentoo.org>
Date:   Sun Mar 30 19:59:33 2014 +0200

    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.

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
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list