diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 11:58:07 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 12:41:13 +0200 |
commit | 3417280b579eeaee1ad2e3cf1f430cf162d9252a (patch) | |
tree | 716e3878e1c78841ac76988ff3155663847582b6 /doc/filters.texi | |
parent | 310bf283542ff81a9ec8fa7492fe7d625e80562f (diff) | |
download | ffmpeg-3417280b579eeaee1ad2e3cf1f430cf162d9252a.tar.gz |
lavfi/field: cleanup unused shorthand and doc.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index af4bccbe5e..e728e7cd3e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3096,7 +3096,8 @@ Extract a single field from an interlaced image using stride arithmetic to avoid wasting CPU time. The output frames are marked as non-interlaced. -This filter accepts the following named options: +The filter accepts the following options: + @table @option @item type Specify whether to extract the top (if the value is @code{0} or |