diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 14:48:19 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 14:48:19 +0200 |
commit | ab4afcb85b3ac23da3bce7fd9bc70d11b8bb28a4 (patch) | |
tree | 9219d482f09609c31128e3b0da41a3c6e6f6a277 /doc/filters.texi | |
parent | 7eb1ea2ae672da791d637be0e3aad44db7df16d3 (diff) | |
download | ffmpeg-ab4afcb85b3ac23da3bce7fd9bc70d11b8bb28a4.tar.gz |
lavfi/blackdetect: switch to an AVOptions-based system.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 6356e74939..75dd2decdd 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1865,9 +1865,7 @@ duration of the detected black interval expressed in seconds. In order to display the output lines, you need to set the loglevel at least to the AV_LOG_INFO value. -This filter accepts a list of options in the form of -@var{key}=@var{value} pairs separated by ":". A description of the -accepted options follows. +The filter accepts the following options: @table @option @item black_min_duration, d |