diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-28 23:56:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-06-28 23:56:26 +0200 |
| commit | 1c10ba0bbe5d3f476cfb5a65191774b69670616d (patch) | |
| tree | 4c3b22a8a0fd12cd5bdcbc3a892462be0b21ed5d /test | |
| parent | 8b45384a7c9162d30309345ae863b4cab86aeda1 (diff) | |
wip2801-cap
Diffstat (limited to 'test')
| -rw-r--r-- | test/closed_caption_test.cc | 2 | ||||
| m--------- | test/data | 0 | ||||
| -rw-r--r-- | test/subtitle_reel_test.cc | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/test/closed_caption_test.cc b/test/closed_caption_test.cc index 1a9531f4a..678826bcf 100644 --- a/test/closed_caption_test.cc +++ b/test/closed_caption_test.cc @@ -26,7 +26,7 @@ #include <dcp/cpl.h> #include <dcp/dcp.h> #include <dcp/reel.h> -#include <dcp/reel_closed_caption_asset.h> +#include <dcp/reel_caption_asset.h> #include <boost/test/unit_test.hpp> diff --git a/test/data b/test/data -Subproject 02050bb9632658f0ce85ace219302b534f81eec +Subproject 7a5254c53354ea8aaa5c60ae44965e510dd9651 diff --git a/test/subtitle_reel_test.cc b/test/subtitle_reel_test.cc index 8a1a8bece..77607b296 100644 --- a/test/subtitle_reel_test.cc +++ b/test/subtitle_reel_test.cc @@ -29,7 +29,7 @@ #include <dcp/cpl.h> #include <dcp/reel.h> #include <dcp/interop_subtitle_asset.h> -#include <dcp/reel_closed_caption_asset.h> +#include <dcp/reel_caption_asset.h> #include <dcp/reel_subtitle_asset.h> #include <boost/test/unit_test.hpp> |
