[FFmpeg-devel] [PATCH 1/3] doc/filters: Add [] labels for the graph of the opening paragraph example
Timothy Gu
timothygu99 at gmail.com
Sun Sep 22 00:39:35 CEST 2013
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
doc/filters.texi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 70446e1..4de09ca 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -9,9 +9,10 @@ To illustrate the sorts of things that are possible, we consider the
following filtergraph.
@example
+ [main]
input --> split ---------------------> overlay --> output
| ^
- | |
+ |[tmp] [flip]|
+-----> crop --> vflip -------+
@end example
--
1.8.1.2
More information about the ffmpeg-devel
mailing list