summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-10-01 21:22:22 +0000
committerPaul B Mahol <onemda@gmail.com>2013-10-01 21:22:22 +0000
commitedadda968c249bd10d412704cf305b1565fd3f7c (patch)
treea61d525eece1db23b3d7e47249e8666bb1f658ad /doc
parentcac9af68a42c1c8519168fdd6c5230745949dc58 (diff)
avfilter/vf_histogram: change order of histograms for planar rgb
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi2
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