Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-03-19 22:44:59 +0300
committerPaul B Mahol <onemda@gmail.com>2016-03-19 23:18:35 +0300
commitc91b20c464b64ea03b488d76c31510aaaa88aceb (patch)
treebe5518b31e2e88ec107a101716d05b3a6321ae03 /doc
parentefa98cdc2ff17a2f3b0ceb69e22864fd5bc433db (diff)
avfilter/vf_waveform: add subsampling input support for remaining filters
Remove achroma filter, as same output can be done with lowpass filter and multiple components with overlay display. Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index c093927844..e6ffbed65a 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -13171,9 +13171,6 @@ Similar as above, but shows difference between blue and red chroma.
@item chroma
Displays only chroma.
-@item achroma
-Similar as above, but shows difference between blue and red chroma.
-
@item color
Displays actual color value on waveform.