diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-18 12:44:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-22 11:42:52 +0200 |
| commit | a757fe63424074e9d3dfe7847a17bfe2b5fd93de (patch) | |
| tree | 3f2f1e10b7379f8a128060dc841ca821327467f6 /test/remake_with_subtitle_test.cc | |
| parent | 979e5cac8afd5681669b3e8897ecb7bd8d4eb609 (diff) | |
Rename check_one_frame -> check_one_frame_against_j2c
Diffstat (limited to 'test/remake_with_subtitle_test.cc')
| -rw-r--r-- | test/remake_with_subtitle_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/remake_with_subtitle_test.cc b/test/remake_with_subtitle_test.cc index 0528f8e75..b8b7a0f04 100644 --- a/test/remake_with_subtitle_test.cc +++ b/test/remake_with_subtitle_test.cc @@ -50,8 +50,8 @@ BOOST_AUTO_TEST_CASE (remake_with_subtitle_test) make_and_verify_dcp (film); #ifdef DCPOMATIC_OSX - check_one_frame(film->dir(film->dcp_name()), 325, TestPaths::private_data() / "v2.18.x" / "prophet_frame_325_no_subs_mac.j2c"); + check_one_frame_against_j2c(film->dir(film->dcp_name()), 325, TestPaths::private_data() / "v2.18.x" / "prophet_frame_325_no_subs_mac.j2c"); #else - check_one_frame(film->dir(film->dcp_name()), 325, TestPaths::private_data() / "v2.18.x" / "prophet_frame_325_no_subs.j2c"); + check_one_frame_against_j2c(film->dir(film->dcp_name()), 325, TestPaths::private_data() / "v2.18.x" / "prophet_frame_325_no_subs.j2c"); #endif } |
