Change video content scaling so that it either:
[dcpomatic.git] / test / audio_delay_test.cc
index 9e738d14524248f6819cf5a2b51fe2fca0fe9433..8e1d820859fa458838acc144bf6970ed6098331b 100644 (file)
@@ -69,6 +69,7 @@ void test_audio_delay (int delay_in_ms)
        boost::filesystem::path path = "build/test";
        path /= film_name;
        path /= film->dcp_name ();
+       std::cout << "Loading " << path.string() << "\n";
        dcp::DCP check (path.string ());
        check.read ();