summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-21 19:51:25 +0100
committerCarl Hetherington <cth@carlh.net>2025-09-03 11:59:19 +0200
commit8bcbfd3df701915dcac298c54521b3fe4c555b24 (patch)
tree5e083bc63b2d9c90a3417130624249d7510d74bb
parent73a5ffac69be6595dbd4b853f83b742d4d2db5bf (diff)
Tidy up un-use of variable.
-rw-r--r--test/atmos_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/atmos_test.cc b/test/atmos_test.cc
index 33a427321..d1057dd2a 100644
--- a/test/atmos_test.cc
+++ b/test/atmos_test.cc
@@ -65,7 +65,7 @@ BOOST_AUTO_TEST_CASE(atmos_encrypted_passthrough_test)
Cleanup cl;
auto ref = TestPaths::private_data() / "atmos_asset.mxf";
- auto content = content_factory(TestPaths::private_data() / "atmos_asset.mxf");
+ auto content = content_factory(ref);
auto film = new_test_film("atmos_encrypted_passthrough_test", content, &cl);
film->set_encrypted(true);