diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-04-02 23:10:39 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-04-04 23:37:44 +0200 |
| commit | 3d7d70e0cf79cf5bb68c24d830d4e08e22ca4308 (patch) | |
| tree | d57833ed66125fe893549f57e00c73b82dc25306 /src/verify.h | |
| parent | 2da55dbe6da21975612584365db17db2ae9935b8 (diff) | |
Add check for mismatched sound channel counts.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h index 77fc28b3..d05c92eb 100644 --- a/src/verify.h +++ b/src/verify.h @@ -421,7 +421,11 @@ public: * specifications require it and their QC will fail DCPs that don't have it. * note contains the incorrect <IssueDate> */ - INVALID_SUBTITLE_ISSUE_DATE + INVALID_SUBTITLE_ISSUE_DATE, + /** The sound assets in the CPL do not have the same audio channel count. + * file contains the filename of the first asset to differ + */ + MISMATCHED_SOUND_CHANNEL_COUNTS }; VerificationNote (Type type, Code code) |
