From: Steinar H. Gunderson Date: Mon, 8 Oct 2012 12:56:58 +0000 (+0200) Subject: Rec. 709 color space is the same as sRGB, of course, so do not print it on the graph. X-Git-Tag: 1.0~340 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=65d1c2910d0042649fc8ace11636516f87bd1f48 Rec. 709 color space is the same as sRGB, of course, so do not print it on the graph. --- diff --git a/effect_chain.cpp b/effect_chain.cpp index 63fcdac..aae2941 100644 --- a/effect_chain.cpp +++ b/effect_chain.cpp @@ -436,9 +436,6 @@ void EffectChain::output_dot(const char *filename) } switch (nodes[i]->output_color_space) { - case COLORSPACE_REC_709: - labels.push_back("spc[rec709]"); - break; case COLORSPACE_REC_601_525: labels.push_back("spc[rec601-525]"); break;