diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-18 00:27:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-18 00:27:34 +0100 |
| commit | 2915c4f48129a4cac2c8ca364b09dd8047364aad (patch) | |
| tree | 119434688e7d055c89cd9d54d15c6b068755f670 /test/dcp_test.cc | |
| parent | 6af628a0404e7135cb77cfa6d49a8419c883f2bf (diff) | |
Bv2.1 8.5: FFOC and LFOC should be present and have particular values.
Diffstat (limited to 'test/dcp_test.cc')
| -rw-r--r-- | test/dcp_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dcp_test.cc b/test/dcp_test.cc index b22202ea..dc24483e 100644 --- a/test/dcp_test.cc +++ b/test/dcp_test.cc @@ -227,6 +227,7 @@ test_rewriting_sound(string name, bool modify) writer->finalize(); reel->add(make_shared<dcp::ReelSoundAsset>(sound, 0)); + reel->add(simple_markers()); auto cpl = make_shared<dcp::CPL>("A Test DCP", dcp::TRAILER); cpl->add (reel); |
