Fix test warning
authorCarl Hetherington <cth@carlh.net>
Sun, 26 Jul 2020 00:28:59 +0000 (02:28 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 26 Jul 2020 19:30:53 +0000 (21:30 +0200)
test/ffmpeg_encoder_test.cc

index d824ede30bebcca1c46fe768c1e705bcaa0e8e80..d80bfb2e0067dd79d620ea8b0994710606aab6f2 100644 (file)
@@ -53,6 +53,9 @@ ffmpeg_content_test (int number, boost::filesystem::path content, ExportFormat f
                name += "prores";
                extension = "mov";
                break;
+       case EXPORT_FORMAT_H264_PCM:
+       case EXPORT_FORMAT_SUBTITLES_DCP:
+               BOOST_REQUIRE (false);
        }
 
        name = String::compose("%1_test%2", name, number);