From f78ef2d885aa2245606e1fe95ce85b84f634c18b Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 8 Mar 2016 12:11:12 +0100 Subject: avfilter/vf_vectorscope: short for Magenta is Mg Signed-off-by: Paul B Mahol --- libavfilter/vf_vectorscope.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] = { -- cgit v1.1