[FFmpeg-cvslog] decoders.texi: add documentation for rawvideo decoder and options

Stefano Sabatini git at videolan.org
Fri May 20 10:10:05 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Thu May 19 20:51:28 2011 +0200| [c5385147cd74bc1892650c47531c7797f22b0b1d] | committer: Stefano Sabatini

decoders.texi: add documentation for rawvideo decoder and options

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

 doc/decoders.texi |   32 ++++++++++++++++++++++++++++++--
 1 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/doc/decoders.texi b/doc/decoders.texi
index 359ab39..597b9e6 100644
--- a/doc/decoders.texi
+++ b/doc/decoders.texi
@@ -17,6 +17,34 @@ with the options @code{--enable-decoder=@var{DECODER}} /
 The option @code{-codecs} of the ff* tools will display the list of
 enabled decoders.
 
-A description of some of the currently available decoders follows.
-
 @c man end DECODERS
+
+ at chapter Video Decoders
+ at c man begin VIDEO DECODERS
+
+A description of some of the currently available video decoders
+follows.
+
+ at section rawvideo
+
+Rawvideo decoder.
+
+This decoder allow to decoder rawvideo stream.
+
+ at subsection Options
+
+ at table @option
+ at item top @var{top_field_first}
+Specify the assumed field type of the input video.
+ at table @option
+ at item -1
+the video is assumed to be progressive (default)
+ at item 0
+bottom-field-first is assumed
+ at item 1
+top-field-first is assumed
+ at end table
+
+ at end table
+
+ at c man end VIDEO DECODERS



More information about the ffmpeg-cvslog mailing list