diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-10-01 21:22:22 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-10-01 21:22:22 +0000 |
commit | edadda968c249bd10d412704cf305b1565fd3f7c (patch) | |
tree | a61d525eece1db23b3d7e47249e8666bb1f658ad /doc/filters.texi | |
parent | cac9af68a42c1c8519168fdd6c5230745949dc58 (diff) | |
download | ffmpeg-edadda968c249bd10d412704cf305b1565fd3f7c.tar.gz |
avfilter/vf_histogram: change order of histograms for planar rgb
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 93cdad8b41..efadaf19dc 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4698,7 +4698,7 @@ It accepts the following values: @item levels standard histogram that display color components distribution in an image. Displays color graph for each color component. Shows distribution -of the Y, U, V, A or G, B, R components, depending on input format, +of the Y, U, V, A or R, G, B components, depending on input format, in current frame. Bellow each graph is color component scale meter. @item color |