Untested merge of master.
[dcpomatic.git] / src / lib / sndfile_decoder.h
index 2900afea0b3f258aaa5c1031328a716b800f9bef..b999a66d15f40644bb0313614c5d9c771e7b17cf 100644 (file)
@@ -42,5 +42,6 @@ private:
        boost::shared_ptr<const SndfileContent> _sndfile_content;
        SNDFILE* _sndfile;
        SF_INFO _info;
+       ContentAudioFrame _done;
        ContentAudioFrame _remaining;
 };