diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-12-21 20:40:50 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-12-21 20:40:50 +0000 |
| commit | e2434fd481234be570f5cba9a16731bcc3cb3751 (patch) | |
| tree | 106284a46fbaceca24c8a0c516868404045bae14 /src/lib | |
| parent | 41554c32497bf45f74c14506a9e5b3c139ed919c (diff) | |
Fix encrypted DCP playback.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/dcp_content.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/dcp_content.cc b/src/lib/dcp_content.cc index 8a2e2050d..469021d96 100644 --- a/src/lib/dcp_content.cc +++ b/src/lib/dcp_content.cc @@ -191,7 +191,6 @@ DCPContent::examine (shared_ptr<const Film> film, shared_ptr<Job> job) ChangeSignaller<Content> cc_assets (this, DCPContentProperty::NEEDS_ASSETS); ChangeSignaller<Content> cc_kdm (this, DCPContentProperty::NEEDS_KDM); ChangeSignaller<Content> cc_name (this, DCPContentProperty::NAME); - ChangeSignaller<Content> cc_streams (this, AudioContentProperty::STREAMS); if (job) { job->set_progress_unknown (); @@ -210,7 +209,6 @@ DCPContent::examine (shared_ptr<const Film> film, shared_ptr<Job> job) } if (examiner->has_audio()) { - ChangeSignaller<Content> cc (this, AudioContentProperty::STREAMS); { boost::mutex::scoped_lock lm (_mutex); audio.reset (new AudioContent (this)); |
