diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-08-30 08:35:02 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-08-30 08:35:02 +0000 |
commit | a902bebdab754266c5b361e5dcd60923abcd4dfa (patch) | |
tree | 6ecd7fd207065bb02c81d62e3b539ec0e963e705 | |
parent | 7516aa9a4afcfd3c0b1a326045669ad615f39f37 (diff) | |
download | ffmpeg-a902bebdab754266c5b361e5dcd60923abcd4dfa.tar.gz |
doc/filters: mention all short names for vectorscope options
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 0d87978dde..b78cf90435 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -10566,7 +10566,7 @@ a vectorscope). This filter accepts the following options: @table @option -@item mode +@item mode, m Set vectorscope mode. It accepts the following values: @@ -10600,7 +10600,7 @@ Set which color component will be represented on X-axis. Default is @code{1}. @item y Set which color component will be represented on Y-axis. Default is @code{2}. -@item intensity +@item intensity, i Set intensity, used by modes: gray, color and color3 for increasing brightness of color component which represents frequency of (X, Y) location in graph. |