diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-10 21:57:07 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-10 23:16:02 +0200 |
commit | 7c11c216690c11a4e578353fb05f0f64978eeaf2 (patch) | |
tree | d2159582debab7be3e5632920bee61e7266f4c49 /doc/filters.texi | |
parent | 7e99ccf5d8c25d7fe670d9402349b055c0c1449a (diff) | |
download | ffmpeg-7c11c216690c11a4e578353fb05f0f64978eeaf2.tar.gz |
lavfi/thumbnail: switch to an AVOptions-based system.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 03113cd387..11e33e698a 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5392,10 +5392,7 @@ Swap U & V plane. @section thumbnail Select the most representative frame in a given sequence of consecutive frames. -The filter accepts parameters as a list of @var{key}=@var{value} -pairs, separated by ":". If the key of the first options is omitted, -the arguments are interpreted according to the syntax -thumbnail[=@var{n}]. +The filter accepts the following options: @table @option @item n |