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.
pull/64/head
Luca Barbato 11 years ago
parent b33c64e4c2
commit 006c253346
  1. 15
      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: an additional step between decoding and encoding:
@example @example
_________ __________ ______________ _________ ______________
| | simple | | | | | | | |
| decoded | fltrgrph | filtered | encoder | encoded data | | decoded | | encoded data |
| frames | ----------> | frames | ---------> | packets | | frames |\ /| packets |
|_________| |__________| |______________| |_________| \ / |______________|
\ __________ /
simple \ | | / encoder
filtergraph \| filtered |/
| frames |
|__________|
@end example @end example

Loading…
Cancel
Save