X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Fburnt_subtitle_test.cc;h=8136253e2cf6cffae5005331b935f207e194e8c4;hp=38ce61326be1cb5ed0b534a312a2a912e105ff32;hb=ce73eaf7875a9a3326afcd839ad85eb95879c160;hpb=0f772d68ef7fb32002538ce9ca7c9764d0d7135b diff --git a/test/burnt_subtitle_test.cc b/test/burnt_subtitle_test.cc index 38ce61326..8136253e2 100644 --- a/test/burnt_subtitle_test.cc +++ b/test/burnt_subtitle_test.cc @@ -18,21 +18,23 @@ */ + /** @file test/burnt_subtitle_test.cc * @brief Test the burning of subtitles into the DCP. * @ingroup feature */ -#include "lib/plain_text_content.h" + +#include "lib/config.h" +#include "lib/content_factory.h" +#include "lib/dcp_content.h" +#include "lib/dcp_content_type.h" #include "lib/dcp_text_content.h" #include "lib/film.h" +#include "lib/log_entry.h" +#include "lib/plain_text_content.h" #include "lib/ratio.h" -#include "lib/dcp_content_type.h" #include "lib/text_content.h" -#include "lib/dcp_content.h" -#include "lib/content_factory.h" -#include "lib/config.h" -#include "lib/log_entry.h" #include "test.h" #include #include @@ -45,15 +47,14 @@ #include #include #include -#include -using std::cout; -using std::map; -using std::shared_ptr; + using std::dynamic_pointer_cast; using std::make_shared; +using std::map; using namespace dcpomatic; + /** Build a small DCP with no picture and a single subtitle overlaid onto it from a SubRip file */ BOOST_AUTO_TEST_CASE (burnt_subtitle_test_subrip) {