Always add a font with an empty ID (#2649).
[dcpomatic.git] / src / lib / dcp_subtitle_content.cc
index e9db5546c1c8b6dc12873dd64007ddd8970a15ba..b3e24d5e2dceef959cfb74d67fecbb64f62b9928 100644 (file)
@@ -84,9 +84,7 @@ DCPSubtitleContent::examine (shared_ptr<const Film> film, shared_ptr<Job> job)
                }
        }
 
-       if (only_text()->fonts().empty()) {
-               only_text()->add_font(make_shared<Font>(""));
-       }
+       only_text()->add_font(make_shared<Font>(""));
 }
 
 DCPTime