summaryrefslogtreecommitdiff
path: root/doc/codecs.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-10-10 15:59:24 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-10-10 16:03:37 +0200
commitcdc9657a0c7b14176f666104ec4f377cc8fa08b2 (patch)
tree8c1810855dd4683e4f3a4583092fe392b36b68b2 /doc/codecs.texi
parent7ab8bceabc335a010448a0f76c5e050919bebf4c (diff)
doc/codecs: Document field_order
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/codecs.texi')
-rw-r--r--doc/codecs.texi16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi
index 6ff2a650b2..ab8a3917e4 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.
+
+@item field_order @var{field_order} (@emph{video})
+Set/override the field order of the video.
+Possible values:
+@table @samp
+@item progressive
+Progressive video
+@item tt
+Interlaced video, top field coded and displayed first
+@item bb
+Interlaced video, bottom field coded and displayed first
+@item tb
+Interlaced video, top coded first, bottom displayed first
+@item bt
+Interlaced video, bottom coded first, top displayed first
+@end table
@end table
@c man end CODEC OPTIONS