diff options
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/verify.h b/src/verify.h index c333d86e..10a798d4 100644 --- a/src/verify.h +++ b/src/verify.h @@ -467,9 +467,10 @@ public: */ MISMATCHED_SOUND_CHANNEL_COUNTS, /** The CPL contains a _<MainSoundConfiguration>_ tag which does not describe the number of - * channels in the audio assets. + * channels in the audio assets, or which is in some way badly formatted. * note contains details of what is wrong * file contains the CPL filename + * cpl_id contains the CPL ID */ INVALID_MAIN_SOUND_CONFIGURATION, /** An interop subtitle file has a _<LoadFont>_ node which refers to a font file that is not found. @@ -520,7 +521,7 @@ public: * note contains the invalid namespace * file contains the PKL filename */ - INVALID_PKL_NAMESPACE + INVALID_PKL_NAMESPACE, }; VerificationNote (Type type, Code code) |
