[FFmpeg-cvslog] doc/codecs: Document field_order

Michael Niedermayer git at videolan.org
Thu Oct 10 16:04:52 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Oct 10 15:59:24 2013 +0200| [cdc9657a0c7b14176f666104ec4f377cc8fa08b2] | committer: Michael Niedermayer

doc/codecs: Document field_order

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 doc/codecs.texi |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/doc/codecs.texi b/doc/codecs.texi
index 6ff2a65..ab8a391 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -1065,6 +1065,22 @@ Set sample format audio decoders should prefer. Default value is
 
 @item sub_charenc @var{encoding} (@emph{decoding,subtitles})
 Set the input subtitles character encoding.
+
+ at item field_order  @var{field_order} (@emph{video})
+Set/override the field order of the video.
+Possible values:
+ at table @samp
+ at item progressive
+Progressive video
+ at item tt
+Interlaced video, top field coded and displayed first
+ at item bb
+Interlaced video, bottom field coded and displayed first
+ at item tb
+Interlaced video, top coded first, bottom displayed first
+ at item bt
+Interlaced video, bottom coded first, top displayed first
+ at end table
 @end table
 
 @c man end CODEC OPTIONS



More information about the ffmpeg-cvslog mailing list