From 65d1c2910d0042649fc8ace11636516f87bd1f48 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 8 Oct 2012 14:56:58 +0200 Subject: [PATCH] Rec. 709 color space is the same as sRGB, of course, so do not print it on the graph. --- effect_chain.cpp | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.39.2