Fix apparently ineffective processors when analysing audio (#2671).
[dcpomatic.git] / test / ssa_subtitle_test.cc
index 8132ba3a0db3aab1283030eaac3c9b3b4034ca2d..2565fc03562b6337c33dd485cdd2aedf699f354d 100644 (file)
@@ -32,6 +32,7 @@
 #include "lib/string_text_file_content.h"
 #include "lib/text_content.h"
 #include "test.h"
+#include <dcp/equality_options.h>
 #include <dcp/interop_subtitle_asset.h>
 #include <boost/test/unit_test.hpp>
 #include <boost/algorithm/string.hpp>
@@ -58,6 +59,7 @@ BOOST_AUTO_TEST_CASE (ssa_subtitle_test1)
 
        content->only_text()->set_use (true);
        content->only_text()->set_burn (false);
+       content->only_text()->set_language(dcp::LanguageTag("de"));
 
        make_and_verify_dcp (film, { dcp::VerificationNote::Code::INVALID_STANDARD });