diff options
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h index e9b5c9d0..2e20bc31 100644 --- a/src/verify.h +++ b/src/verify.h @@ -410,7 +410,12 @@ public: * note contains the ASSETMAP ID * file contains the ASSETMAP filename */ - DUPLICATE_ASSET_ID_IN_ASSETMAP + DUPLICATE_ASSET_ID_IN_ASSETMAP, + /** An Interop subtitle asset has no subtitles. + * note contains the asset ID + * file contains the asset filename + */ + MISSING_SUBTITLE }; VerificationNote (Type type, Code code) |
