summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-02-25 21:21:29 +0100
committerAnton Khirnov <anton@khirnov.net>2013-04-09 19:09:03 +0200
commit7536c671040f1f3ebc9f0d3b7831dac71436b775 (patch)
tree2fffb60c7a5af429e858caa2d7e0b0488a6785da /doc/filters.texi
parentb83e9efc53e5491716625aa31c69006b1119b280 (diff)
vf_yadif: switch to an AVOptions-based system.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi20
1 files changed, 13 insertions, 7 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index e19ea15ff5..0e7acda7b1 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2214,10 +2214,12 @@ Flip the input video vertically.
Deinterlace the input video ("yadif" means "yet another deinterlacing
filter").
-It accepts the optional parameters: @var{mode}:@var{parity}:@var{auto}.
+This filter accepts the following options:
+
+@table @option
-@var{mode} specifies the interlacing mode to adopt, accepts one of the
-following values:
+@item mode
+The interlacing mode to adopt, accepts one of the following values:
@table @option
@item 0
@@ -2232,8 +2234,9 @@ like 1 but skips spatial interlacing check
Default value is 0.
-@var{parity} specifies the picture field parity assumed for the input
-interlaced video, accepts one of the following values:
+@item parity
+The picture field parity assumed for the input interlaced video, accepts one of
+the following values:
@table @option
@item 0
@@ -2248,8 +2251,9 @@ Default value is -1.
If interlacing is unknown or decoder does not export this information,
top field first will be assumed.
-@var{auto} specifies if deinterlacer should trust the interlaced flag
-and only deinterlace frames marked as interlaced
+@item auto
+Whether deinterlacer should trust the interlaced flag and only deinterlace
+frames marked as interlaced
@table @option
@item 0
@@ -2260,6 +2264,8 @@ only deinterlace frames marked as interlaced
Default value is 0.
+@end table
+
@c man end VIDEO FILTERS
@chapter Video Sources