diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 00:57:35 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 01:04:45 +0200 |
commit | b2d589188f36cc69ffb8148810dc706d82dcebf6 (patch) | |
tree | 8adcddbb4fa273dbf2656894c630847dfdfff675 /doc/filters.texi | |
parent | d5226fc575781a8066a92f1b635d82b68e4bc9df (diff) | |
download | ffmpeg-b2d589188f36cc69ffb8148810dc706d82dcebf6.tar.gz |
lavfi/histogram: switch to an AVOptions-based system.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 8616be76d0..001cd50a2e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3474,7 +3474,7 @@ Compute and draw a color distribution histogram for the input video. The computed histogram is a representation of distribution of color components in an image. -The filter accepts the following named parameters: +The filter accepts the following options: @table @option @item mode |