Write MainSoundConfiguration tags with hyphens for unused channels (#2501).
[dcpomatic.git] / src / wx / verify_dcp_dialog.cc
index e297899503dedc5fdbd4622fef5b8afa821d41bb..d88a030bb40b817eb4767a8d054ca0abcb95ac23 100644 (file)
@@ -395,6 +395,12 @@ VerifyDCPDialog::VerifyDCPDialog (wxWindow* parent, shared_ptr<VerifyDCPJob> job
                case dcp::VerificationNote::Code::INVALID_SUBTITLE_ISSUE_DATE:
                        add(i, _("<IssueDate> has an invalid value %n"));
                        break;
+               case dcp::VerificationNote::Code::MISMATCHED_SOUND_CHANNEL_COUNTS:
+                       add(i, _("Sound assets do not all have the same channel count."));
+                       break;
+               case dcp::VerificationNote::Code::INVALID_MAIN_SOUND_CONFIGURATION:
+                       add(i, _("<MainSoundConfiguration> describes incorrect number of channels (%n)"));
+                       break;
                }
        }