X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fsndfile_content.h;h=876d66088c6f7a5a84f4b289de622d43256d1d97;hb=d0d584a7dde6de383302615634fdee17e9724fe8;hp=30eb23a4ed38e89bea2883274306647e9568d9a5;hpb=46cd0fe7b5b514f0d9456b25f670679cc584a218;p=dcpomatic.git diff --git a/src/lib/sndfile_content.h b/src/lib/sndfile_content.h index 30eb23a4e..876d66088 100644 --- a/src/lib/sndfile_content.h +++ b/src/lib/sndfile_content.h @@ -49,7 +49,7 @@ public: return _audio_channels; } - ContentAudioFrame audio_length () const { + AudioContent::Frame audio_length () const { boost::mutex::scoped_lock lm (_mutex); return _audio_length; } @@ -72,7 +72,7 @@ public: private: int _audio_channels; - ContentAudioFrame _audio_length; + AudioContent::Frame _audio_length; int _audio_frame_rate; AudioMapping _audio_mapping; };