mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-21 06:50:44 +00:00
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.
This commit is contained in:
parent
b33c64e4c2
commit
006c253346
@ -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…
Reference in New Issue
Block a user