[FFmpeg-devel] [PATCH] doc/indevs: use separate @example blocks for separate examples

Stefano Sabatini stefasab at gmail.com
Wed Aug 8 11:22:04 CEST 2012


Improve redering.
---
 doc/indevs.texi |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/doc/indevs.texi b/doc/indevs.texi
index 8c7615e..a9f2fe4 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -630,8 +630,10 @@ properties of your X11 display (e.g. grep for "name" or "dimensions").
 For example to grab from @file{:0.0} using @command{ffmpeg}:
 @example
 ffmpeg -f x11grab -r 25 -s cif -i :0.0 out.mpg
+ at end example
 
-# Grab at position 10,20.
+Grab at position @code{10,20}:
+ at example
 ffmpeg -f x11grab -r 25 -s cif -i :0.0+10,20 out.mpg
 @end example
 
-- 
1.7.5.4



More information about the ffmpeg-devel mailing list