Fix missing libdcp warning message.
authorCarl Hetherington <cth@carlh.net>
Thu, 22 Apr 2021 23:17:16 +0000 (01:17 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 23 Apr 2021 06:05:50 +0000 (08:05 +0200)
src/wx/verify_dcp_dialog.cc

index 1c70e5e0d3baabf47524066248afb2e4dd8fb7c4..595ef18d6261464f6af720aad83106ba58ba3df1 100644 (file)
@@ -163,6 +163,9 @@ VerifyDCPDialog::VerifyDCPDialog (wxWindow* parent, shared_ptr<VerifyDCPJob> job
                case dcp::VerificationNote::Code::EXTERNAL_ASSET:
                        add(i, _("This DCP refers to at the asset %n in another DCP (and perhaps others), so it is a \"version file\" (VF)"));
                        break;
+               case dcp::VerificationNote::Code::THREED_ASSET_MARKED_AS_TWOD:
+                       add(i, _("The asset %f is 3D but its MXF is marked as 2D."));
+                       break;
                case dcp::VerificationNote::Code::INVALID_STANDARD:
                        add(i, _("This DCP uses the Interop standard, but it should be made with SMPTE."));
                        break;