X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Faudio_decoder.h;h=35d9f3560b7d55565ddc3eb8cf9b17e1bebe4ac7;hb=2e504b33eb9f38cac629ad31b7c107fb0cf5efda;hp=bb3aafccd6a8982824f890fa05907ea8def66b96;hpb=8aeb741ccbe2edb528e98a431bf55459a6836a9b;p=dcpomatic.git diff --git a/src/lib/audio_decoder.h b/src/lib/audio_decoder.h index bb3aafccd..35d9f3560 100644 --- a/src/lib/audio_decoder.h +++ b/src/lib/audio_decoder.h @@ -38,7 +38,7 @@ class Resampler; class AudioDecoder : public virtual Decoder { public: - AudioDecoder (boost::shared_ptr, boost::shared_ptr); + AudioDecoder (boost::shared_ptr); boost::shared_ptr audio_content () const { return _audio_content; @@ -53,7 +53,7 @@ protected: boost::shared_ptr _audio_content; boost::shared_ptr _resampler; - boost::optional _audio_position; + boost::optional _audio_position; }; #endif