Fix crash when using the player with automatic audio analysis enabled in prefs (...
authorCarl Hetherington <cth@carlh.net>
Tue, 11 Dec 2018 22:12:57 +0000 (22:12 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 11 Dec 2018 22:12:57 +0000 (22:12 +0000)
src/tools/dcpomatic_player.cc

index b1227b2f55ff4bdf1e3d96e6b17a7109e6f74928..550b89ed425944aa2ea6890bb3210ccae8d9f9ca 100644 (file)
@@ -411,7 +411,7 @@ public:
                reset_film ();
                try {
                        shared_ptr<DCPContent> dcp (new DCPContent(dir));
-                       _film->examine_and_add_content (dcp);
+                       _film->examine_and_add_content (dcp, true);
                        bool const ok = display_progress (_("DCP-o-matic Player"), _("Loading content"));
                        if (!ok || !report_errors_from_last_job(this)) {
                                return;