diff options
Diffstat (limited to 'src/verify.cc')
| -rw-r--r-- | src/verify.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verify.cc b/src/verify.cc index 11eb75d2..0820c7b0 100644 --- a/src/verify.cc +++ b/src/verify.cc @@ -659,6 +659,8 @@ dcp::note_to_string (dcp::VerificationNote note) return String::compose("The instantaneous bit rate of the picture asset %1 is larger than the limit of 250Mbit/s in at least one place", note.file()->filename()); case dcp::VerificationNote::PICTURE_FRAME_NEARLY_TOO_LARGE: return String::compose("The instantaneous bit rate of the picture asset %1 is close to the limit of 250Mbit/s in at least one place", note.file()->filename()); + case dcp::VerificationNote::EXTERNAL_ASSET: + return "An asset that this DCP refers to is not included in the DCP. It may be a VF."; } return ""; |
