Basics of setting and storing SMPTE CPL markers.
[dcpomatic.git] / test / ffmpeg_decoder_seek_test.cc
index b8bfe3532d144d6f54df28f3e705a7b8d9c57783..c69c74c685c5422f38d33d8391b4a06ba64a4b9b 100644 (file)
@@ -72,7 +72,7 @@ test (boost::filesystem::path file, vector<int> frames)
        shared_ptr<Film> film = new_test_film ("ffmpeg_decoder_seek_test_" + file.string());
        shared_ptr<FFmpegContent> content (new FFmpegContent (path));
        film->examine_and_add_content (content);
-       wait_for_jobs ();
+       BOOST_REQUIRE (!wait_for_jobs());
        shared_ptr<FFmpegDecoder> decoder (new FFmpegDecoder (film, content, false));
        decoder->video->Data.connect (bind (&store, _1));