X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsndfile_content.h;h=3b61eee64a848253ec6afe439dc778be67beeea4;hb=77fd65d0dd95506b5b51802ab58b6bd5eae60dc7;hp=e3b775e8bad9eda6674065ce0a903e22c3bf6259;hpb=6de3f68aa2bec3f8a1c35a587f56fdee5e105ed3;p=dcpomatic.git diff --git a/src/lib/sndfile_content.h b/src/lib/sndfile_content.h index e3b775e8b..3b61eee64 100644 --- a/src/lib/sndfile_content.h +++ b/src/lib/sndfile_content.h @@ -43,21 +43,20 @@ public: std::string summary () const; std::string information () const; void as_xml (xmlpp::Node *) const; - boost::shared_ptr clone () const; Time length () const; - /* AudioContent */ - int audio_channels () const { + /* AudioContent */ + int audio_channels () const { boost::mutex::scoped_lock lm (_mutex); return _audio_channels; } - AudioContent::Frame audio_length () const { + AudioContent::Frame audio_length () const { boost::mutex::scoped_lock lm (_mutex); return _audio_length; } - int content_audio_frame_rate () const { + int content_audio_frame_rate () const { boost::mutex::scoped_lock lm (_mutex); return _audio_frame_rate; }