diff options
author | Timothy Gu <timothygu99@gmail.com> | 2015-03-22 20:47:17 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-11 01:14:51 +0200 |
commit | 3d6069d01c8bb292286c4ada36a4f6155e8c8c53 (patch) | |
tree | 5a3161f66208af1635afc94bd9217fc82af90ec5 /doc/filters.texi | |
parent | 5faca08cafc17247ad392620e3b26ab4a70dc4ce (diff) | |
download | ffmpeg-3d6069d01c8bb292286c4ada36a4f6155e8c8c53.tar.gz |
Use @verbatim instead of @example for ASCII arts
Partially fixes #3869.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b75ce5a925..b33379d08a 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -8,13 +8,13 @@ outputs. To illustrate the sorts of things that are possible, we consider the following filtergraph. -@example +@verbatim [main] input --> split ---------------------> overlay --> output | ^ |[tmp] [flip]| +-----> crop --> vflip -------+ -@end example +@end verbatim This filtergraph splits the input stream in two streams, then sends one stream through the crop filter and the vflip filter, before merging it |