diff options
Diffstat (limited to 'src/lib/sndfile_decoder.h')
| -rw-r--r-- | src/lib/sndfile_decoder.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/sndfile_decoder.h b/src/lib/sndfile_decoder.h index 63f2f7dc4..9cbddc9f6 100644 --- a/src/lib/sndfile_decoder.h +++ b/src/lib/sndfile_decoder.h @@ -32,7 +32,7 @@ public: void seek (ContentTime, bool); int audio_channels () const; - AudioContent::Frame audio_length () const; + AudioFrame audio_length () const; int audio_frame_rate () const; private: @@ -44,7 +44,7 @@ private: boost::shared_ptr<const SndfileContent> _sndfile_content; SNDFILE* _sndfile; SF_INFO _info; - AudioContent::Frame _done; - AudioContent::Frame _remaining; + AudioFrame _done; + AudioFrame _remaining; float* _deinterleave_buffer; }; |
