diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-14 00:14:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-14 00:14:38 +0100 |
| commit | 61e5cbfc5e2f376c544b246e40c5990bc090033f (patch) | |
| tree | 6313c7bb6cf57f8e0ae4403ca965d2c168902ca6 /src/wx | |
| parent | 2199f765aca8727da11dd0f33f7dfc59e39bf455 (diff) | |
swaroop: fix incorrect start times with encrypted MP4 content.attic/swaroop-v2.15.x
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/swaroop_controls.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/swaroop_controls.cc b/src/wx/swaroop_controls.cc index c76ad590a..d8019a41e 100644 --- a/src/wx/swaroop_controls.cc +++ b/src/wx/swaroop_controls.cc @@ -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."); } |
