diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-10 10:01:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-10 10:01:18 +0100 |
| commit | c7b68d663ac3db10dcf2bfcc11009dce46f820dc (patch) | |
| tree | b9d2a05b7f994dc841ce3895bc1cda50219bb390 /src/lib/dcp_content.cc | |
| parent | 53a18f3564b6dcd431e44b01ab2a505be135d2b7 (diff) | |
Decode DCP audio too.
Diffstat (limited to 'src/lib/dcp_content.cc')
| -rw-r--r-- | src/lib/dcp_content.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcp_content.cc b/src/lib/dcp_content.cc index 8b809a1bd..8ecd52f24 100644 --- a/src/lib/dcp_content.cc +++ b/src/lib/dcp_content.cc @@ -68,6 +68,7 @@ DCPContent::examine (shared_ptr<Job> job) Content::examine (job); shared_ptr<DCPExaminer> examiner (new DCPExaminer (shared_from_this ())); take_from_video_examiner (examiner); + take_from_audio_examiner (examiner); boost::mutex::scoped_lock lm (_mutex); _name = examiner->name (); |
