diff options
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h index b9e3623f..d8681b73 100644 --- a/src/verify.h +++ b/src/verify.h @@ -255,6 +255,11 @@ public: * file contains the asset filename */ INVALID_SOUND_FRAME_RATE, + /** The audio bit depth must be 24 + * note contains the invalid bit depth + * file contains the asset filename + */ + INVALID_SOUND_BIT_DEPTH, /** The CPL has no _<AnnotationText>_ tag [Bv2.1_8.1] * note contains the CPL ID * file contains the CPL filename |
