summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-29 16:32:10 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-01 23:43:00 +0200
commit53a3e519faeb354934c535f933014cc60ccc3ea4 (patch)
tree4364cb6664cc4bddc05719f9dec19ca8ae0b4439 /test
parent7192b355e9754b0551d219de26b387905287495c (diff)
INVALID_SOUND_BIT_DEPTH: note -> bit_depth.
Diffstat (limited to 'test')
-rw-r--r--test/verify_test.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/verify_test.cc b/test/verify_test.cc
index 3ed981fd..73b8860f 100644
--- a/test/verify_test.cc
+++ b/test/verify_test.cc
@@ -5933,7 +5933,9 @@ BOOST_AUTO_TEST_CASE(verify_invalid_sound_bit_depth)
note(VC::NONE_ENCRYPTED, cpl),
note(VC::CORRECT_PICTURE_HASH, canonical(dir / "Video.mxf"), cpl).set_reel_index(0).set_asset_id("fd4796c2-9c84-454c-91f4-13ad127cea8a"),
note(VC::VALID_PICTURE_FRAME_SIZES_IN_BYTES, canonical(dir / "Video.mxf"), cpl).set_reel_index(0).set_asset_id("fd4796c2-9c84-454c-91f4-13ad127cea8a"),
- VN(VC::INVALID_SOUND_BIT_DEPTH, "16", canonical(dir / "Audio.mxf")).set_cpl_id(cpl->id()).set_reel_index(0).set_asset_id("9d5e8bc4-676b-4306-a86d-03f70c73b457"),
+ VN(
+ VC::INVALID_SOUND_BIT_DEPTH, canonical(dir / "Audio.mxf")
+ ).set_cpl_id(cpl->id()).set_reel_index(0).set_asset_id("9d5e8bc4-676b-4306-a86d-03f70c73b457").set_bit_depth(16),
VN(VC::MISSING_HASH, string("fd4796c2-9c84-454c-91f4-13ad127cea8a")).set_cpl_id(cpl->id()).set_reel_index(0),
VN(VC::MISSING_HASH, string("9d5e8bc4-676b-4306-a86d-03f70c73b457")).set_cpl_id(cpl->id()).set_reel_index(0),
VN(VC::MISSING_CPL_METADATA, canonical(cpl->file().get())).set_cpl_id(cpl->id()),