X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.cpp;h=aae2941f791ca86faf9ce16cea4912cd9c05fd1b;hp=63fcdac68fc8f1a019f179cb664fee243641feb8;hb=65d1c2910d0042649fc8ace11636516f87bd1f48;hpb=45636792070587fb38cc84927f4e3d9c2ce8bd33 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;