diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-12 23:26:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-12 23:26:07 +0000 |
| commit | b1f84f5635e4ebbd98882b39e5c5b19f62fe006e (patch) | |
| tree | c98b3a917f0487235848cfc73e73074fbfcc9d25 /test/subrip_test.cc | |
| parent | c28b3d6f168607aca9995282b96647eb64a26dc9 (diff) | |
It builds again.
Diffstat (limited to 'test/subrip_test.cc')
| -rw-r--r-- | test/subrip_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/subrip_test.cc b/test/subrip_test.cc index 12a77c1e1..09416b0cb 100644 --- a/test/subrip_test.cc +++ b/test/subrip_test.cc @@ -18,7 +18,7 @@ */ #include <boost/test/unit_test.hpp> -#include <libdcp/subtitle_asset.h> +#include <libdcp/subtitle_content.h> #include "lib/subrip.h" #include "lib/subrip_content.h" #include "lib/subrip_decoder.h" @@ -190,7 +190,7 @@ BOOST_AUTO_TEST_CASE (subrip_render_test) shared_ptr<Image> image; Position<int> position; - render_subtitles (dts->subs, libdcp::Size (1998, 1080), image, position); + render_subtitles (dts->subs, dcp::Size (1998, 1080), image, position); write_image (image, "build/test/subrip_render_test.png"); check_file ("build/test/subrip_render_test.png", "test/data/subrip_render_test.png"); } |
