X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Faudio_decoder.h;h=25d858681eea36e6e4ed0f6605526f88a37c49d2;hb=3350e8134ec419ca561d3e596c510fbfe0e071d5;hp=a4b74e2eae011cec3379e4520137504f381fdb6d;hpb=8412288821bdf9808bf11fec061068baf310b67f;p=dcpomatic.git diff --git a/src/lib/audio_decoder.h b/src/lib/audio_decoder.h index a4b74e2ea..25d858681 100644 --- a/src/lib/audio_decoder.h +++ b/src/lib/audio_decoder.h @@ -43,7 +43,7 @@ class Log; class AudioDecoder : public boost::enable_shared_from_this, public DecoderPart { public: - AudioDecoder (Decoder* parent, boost::shared_ptr content, boost::shared_ptr log); + AudioDecoder (Decoder* parent, boost::shared_ptr content, boost::shared_ptr log); ContentTime position () const; void emit (AudioStreamPtr stream, boost::shared_ptr, ContentTime);