]> git.sesse.net Git - movit/blobdiff - effect_chain.cpp
Rec. 709 color space is the same as sRGB, of course, so do not print it on the graph.
[movit] / effect_chain.cpp
index 63fcdac68fc8f1a019f179cb664fee243641feb8..aae2941f791ca86faf9ce16cea4912cd9c05fd1b 100644 (file)
@@ -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;