summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTim Nicholson <Tim.Nicholson@bbc.co.uk>2012-04-20 10:51:42 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-04-21 10:09:49 +0200
commitc97201dd29d2762ae79cd09865793e5a1b74d4c0 (patch)
tree5124c68f04ad6edaad09169859c6d07c0b096259 /doc
parent98495152145ce29cbb5147a50648df4e3ac1b468 (diff)
lavfi/setfield: add "progressive" option
Add "prog" parameter value, and deprecate numeric values. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 64335930ca..56299771a5 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2534,19 +2534,21 @@ Force field for the output video frame.
The @code{setfield} filter marks the interlace type field for the
output frames. It does not change the input frame, but only sets the
corresponding property, which affects how the frame is treated by
-followig filters (e.g. @code{fieldorder} or @code{yadif}).
+following filters (e.g. @code{fieldorder} or @code{yadif}).
-It accepts a parameter representing an integer or a string, which can
-assume the following values:
+It accepts a string parameter, which can assume the following values:
@table @samp
-@item -1, auto
+@item auto
Keep the same field property.
-@item 0, bff
+@item bff
Mark the frame as bottom-field-first.
-@item 1, tff
+@item tff
Mark the frame as top-field-first.
+
+@item prog
+Mark the frame as progressive.
@end table
@section setpts