summaryrefslogtreecommitdiff
path: root/src/lib/dcp_content.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-10 10:01:18 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-10 10:01:18 +0100
commitc7b68d663ac3db10dcf2bfcc11009dce46f820dc (patch)
treeb9d2a05b7f994dc841ce3895bc1cda50219bb390 /src/lib/dcp_content.cc
parent53a18f3564b6dcd431e44b01ab2a505be135d2b7 (diff)
Decode DCP audio too.
Diffstat (limited to 'src/lib/dcp_content.cc')
-rw-r--r--src/lib/dcp_content.cc1
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 ();