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

Stefano Sabatini stefano.sabatini-lala at poste.it
Thu May 19 21:30:38 CEST 2011


---
 doc/decoders.texi |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/doc/decoders.texi b/doc/decoders.texi
index 359ab39..971eb8a 100644
--- a/doc/decoders.texi
+++ b/doc/decoders.texi
@@ -20,3 +20,30 @@ 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
+
+ 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
-- 
1.7.2.3



More information about the ffmpeg-devel mailing list