Support Rec2020 YUV/RGB conversion.
[dcpomatic.git] / src / wx / colour_conversion_editor.cc
index b7c054e27468d964c5a836c836b4619659cb8df6..4cc9aaa9e9899011a7df692826c21c49c6a1a743 100644 (file)
@@ -118,6 +118,7 @@ ColourConversionEditor::ColourConversionEditor (wxWindow* parent, bool yuv)
        _yuv_to_rgb = new wxChoice (this, wxID_ANY);
        _yuv_to_rgb->Append (_("Rec. 601"));
        _yuv_to_rgb->Append (_("Rec. 709"));
+       _yuv_to_rgb->Append (_("Rec. 2020"));
        table->Add (_yuv_to_rgb, wxGBPosition (r, 1));
        ++r;