diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-03-08 12:11:12 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-03-08 12:12:29 +0100 |
commit | f78ef2d885aa2245606e1fe95ce85b84f634c18b (patch) | |
tree | fdde6c29e56c404a488cb7c92cffa61cd0bcbc31 | |
parent | baec6d8affc6ccebb54f375f6d107495ae6720d3 (diff) | |
download | ffmpeg-streaming-f78ef2d885aa2245606e1fe95ce85b84f634c18b.zip ffmpeg-streaming-f78ef2d885aa2245606e1fe95ce85b84f634c18b.tar.gz |
avfilter/vf_vectorscope: short for Magenta is Mg
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | libavfilter/vf_vectorscope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_vectorscope.c b/libavfilter/vf_vectorscope.c index 2756242..2696a12 100644 --- a/libavfilter/vf_vectorscope.c +++ b/libavfilter/vf_vectorscope.c @@ -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] = { |