C++11 tidying.
[dcpomatic.git] / src / lib / dcp_content.cc
index f6a74501c7cae8b13102e0f9a586bd9bd08d90cf..c380e6f84e2ab84f42cb2ee4fc25b3d42f1dd25b 100644 (file)
@@ -242,7 +242,6 @@ DCPContent::examine (shared_ptr<const Film> film, shared_ptr<Job> job)
                        boost::mutex::scoped_lock lm (_mutex);
                        audio = make_shared<AudioContent>(this);
                }
-               audio->set_language (examiner->audio_language());
                auto as = make_shared<AudioStream>(examiner->audio_frame_rate(), examiner->audio_length(), examiner->audio_channels());
                audio->set_stream (as);
                auto m = as->mapping ();