diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 11:35:01 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 11:51:48 +0200 |
commit | c85f56bb4fd8051a2e365ed71bdf3e4a3f0d9faa (patch) | |
tree | 54e6826ca1aa3b2dbc873be465b92e4d97827adb /doc/filters.texi | |
parent | 64a103138c04c1155adb5868a0ae176be3550723 (diff) | |
download | ffmpeg-c85f56bb4fd8051a2e365ed71bdf3e4a3f0d9faa.tar.gz |
lavfi/tinterlace: switch to an AVOptions-based system.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index a0616bf2db..d9a3599882 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5465,13 +5465,7 @@ Perform various types of temporal field interlacing. Frames are counted starting from 1, so the first input frame is considered odd. -This filter accepts options in the form of @var{key}=@var{value} pairs -separated by ":". -Alternatively, the @var{mode} option can be specified as a value alone, -optionally followed by a ":" and further ":" separated @var{key}=@var{value} -pairs. - -A description of the accepted options follows. +The filter accepts the following options: @table @option |