mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 19:59:46 +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:
|
||||
|
||||
@example
|
||||
_________ __________ ______________
|
||||
| | simple | | | |
|
||||
| decoded | fltrgrph | filtered | encoder | encoded data |
|
||||
| frames | ----------> | frames | ---------> | packets |
|
||||
|_________| |__________| |______________|
|
||||
_________ ______________
|
||||
| | | |
|
||||
| decoded | | encoded data |
|
||||
| frames |\ /| packets |
|
||||
|_________| \ / |______________|
|
||||
\ __________ /
|
||||
simple \ | | / encoder
|
||||
filtergraph \| filtered |/
|
||||
| frames |
|
||||
|__________|
|
||||
|
||||
@end example
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user