[FFmpeg-devel] [PATCH] doc/filters: itemize examples for *settb filters

Stefano Sabatini stefasab at gmail.com
Thu Aug 23 12:34:30 CEST 2012


---
 doc/filters.texi |   27 +++++++++++++++++++++------
 1 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index c2b65a9..8c23933 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4199,24 +4199,39 @@ audio only).
 
 The default value for the input is "intb".
 
-Follow some examples.
+ at subsection Examples
 
+ at itemize
+ at item
+Set the timebase to 1/25:
 @example
-# set the timebase to 1/25
 settb=1/25
+ at end example
 
-# set the timebase to 1/10
+ at item
+Set the timebase to 1/10:
+ at example
 settb=0.1
+ at end example
 
-#set the timebase to 1001/1000
+ at item
+Set the timebase to 1001/1000:
+ at example
 settb=1+0.001
+ at end example
 
-#set the timebase to 2*intb
+ at item
+Set the timebase to 2*intb:
+ at example
 settb=2*intb
+ at end example
 
-#set the default timebase value
+ at item
+Set the default timebase value:
+ at example
 settb=AVTB
 @end example
+ at end itemize
 
 @section concat
 
-- 
1.7.5.4



More information about the ffmpeg-devel mailing list