[FFmpeg-cvslog] doc: Use a 3 columns multitable

Luca Barbato git at videolan.org
Wed Apr 9 04:51:30 CEST 2014


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Mon Apr  7 01:49:40 2014 +0000| [0d671ade99059fd47b155df85c10c35eb6d54878] | committer: Vittorio Giovara

doc: Use a 3 columns multitable

Make the html output much nicer.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0d671ade99059fd47b155df85c10c35eb6d54878
---

 doc/encoders.texi |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 21beb17..d99eda7 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -576,13 +576,13 @@ a list of key=value tuples as accepted by x264_param_parse.
 The following options are supported by the x264 wrapper, the x264-equivalent
 options follow the Libav ones.
 
- at multitable @columnfractions .2 .2
+ at multitable {                  } {              } {                           }
 @item b                 @tab bitrate
-Libav @code{b} option is expressed in bits/s, x264 @code{bitrate} in kilobits/s.
+ at tab Libav @code{b} option is expressed in bits/s, x264 @code{bitrate} in kilobits/s.
 @item bf                @tab bframes
-Maximum number of B-frames.
+ at tab Maximum number of B-frames.
 @item g                 @tab keyint
-Maximum GOP size.
+ at tab Maximum GOP size.
 @item qmin              @tab qpmin
 @item qmax              @tab qpmax
 @item qdiff             @tab qpstep
@@ -592,23 +592,23 @@ Maximum GOP size.
 @item sc_threshold      @tab scenecut
 @item trellis           @tab trellis
 @item nr                @tab nr
-Noise reduction.
+ at tab Noise reduction.
 @item me_range          @tab merange
 @item me_method         @tab me
 @item subq              @tab subme
 @item b_strategy        @tab b-adapt
 @item keyint_min        @tab keyint-min
 @item coder             @tab cabac
-Set coder to @code{ac} to use CABAC.
+ at tab Set coder to @code{ac} to use CABAC.
 @item cmp               @tab chroma-me
-Set to @code{chroma} to use chroma motion estimation.
+ at tab Set to @code{chroma} to use chroma motion estimation.
 @item threads           @tab threads
 @item thread_type       @tab sliced_threads
-Set to @code{slice} to use sliced threading instead of frame threading.
+ at tab Set to @code{slice} to use sliced threading instead of frame threading.
 @item flags -cgop       @tab open-gop
-Set @code{-cgop} to use recovery points to close GOPs.
+ at tab Set @code{-cgop} to use recovery points to close GOPs.
 @item rc_init_occupancy @tab vbv-init
-Initial buffer occupancy.
+ at tab Initial buffer occupancy.
 @end multitable
 
 @subsection Private Options



More information about the ffmpeg-cvslog mailing list