Browse Source

avfilter/vf_vectorscope: short for Magenta is Mg

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n3.1
Paul B Mahol 10 years ago
parent
commit
f78ef2d885
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/vf_vectorscope.c

+ 1
- 1
libavfilter/vf_vectorscope.c View File

@@ -772,7 +772,7 @@ static void vectorscope8(VectorscopeContext *s, AVFrame *in, AVFrame *out, int p
}

const static char *positions_name[] = {
"R", "B", "Cy", "Yl", "G", "M",
"R", "B", "Cy", "Yl", "G", "Mg",
};

const static uint16_t positions[][14][3] = {


Loading…
Cancel
Save