Windows #include.
[dcpomatic.git] / src / wx / swaroop_controls.cc
index c76ad590a21fb4c6abbc09f7c34e854cae55efac..d8019a41e7b840b4dc82a4bbee143ba167f59b48 100644 (file)
@@ -471,6 +471,7 @@ SwaroopControls::select_playlist (int selected, int position)
                        if (kdm) {
                                try {
                                        ffmpeg->add_kdm (*kdm);
+                                       ffmpeg->examine (_film, shared_ptr<Job>());
                                } catch (KDMError& e) {
                                        error_dialog (this, "Could not load KDM.");
                                }