summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/avconv.texi15
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