diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-03-30 19:59:33 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-04-03 11:49:30 +0200 |
commit | 006c253346d90f4abaf69d78083c8ba031628598 (patch) | |
tree | e61dcc747ed5a0acee4c89fadeb739c3842596e1 /doc | |
parent | b33c64e4c2e0fd2484352c5eef3c667ad094ca27 (diff) | |
download | ffmpeg-006c253346d90f4abaf69d78083c8ba031628598.tar.gz |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/avconv.texi | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index 0b53f2b5eb..399977dfa1 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 |