diff options
Diffstat (limited to 'src/lib/sndfile_content.h')
| -rw-r--r-- | src/lib/sndfile_content.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/sndfile_content.h b/src/lib/sndfile_content.h index 87350eac7..3b61eee64 100644 --- a/src/lib/sndfile_content.h +++ b/src/lib/sndfile_content.h @@ -45,18 +45,18 @@ public: void as_xml (xmlpp::Node *) 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; } |
