summaryrefslogtreecommitdiff
path: root/doc/ffmpeg.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-04-03 19:16:45 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-04-03 19:25:03 +0200
commit0768fee9649ad2c22dd0639030aa33b3127260ee (patch)
treec9a8c21899d8de1a76f1cdf9be61b6139b3a90b5 /doc/ffmpeg.texi
parent8c272923736861cccfae0befebf09760baf54bf1 (diff)
parent006c253346d90f4abaf69d78083c8ba031628598 (diff)
Merge commit '006c253346d90f4abaf69d78083c8ba031628598'
* commit '006c253346d90f4abaf69d78083c8ba031628598': doc: Fit the graph in 80 cols Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r--doc/ffmpeg.texi15
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 75f10e3f3b..baffd8ef02 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -124,11 +124,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