X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fsndfile_decoder.h;h=b999a66d15f40644bb0313614c5d9c771e7b17cf;hp=2900afea0b3f258aaa5c1031328a716b800f9bef;hb=47f25009bcbc765e397bcb471dd361a511c99daf;hpb=afc495f722f89fea0bcc579046d1a5d362e36f69 diff --git a/src/lib/sndfile_decoder.h b/src/lib/sndfile_decoder.h index 2900afea0..b999a66d1 100644 --- a/src/lib/sndfile_decoder.h +++ b/src/lib/sndfile_decoder.h @@ -42,5 +42,6 @@ private: boost::shared_ptr _sndfile_content; SNDFILE* _sndfile; SF_INFO _info; + ContentAudioFrame _done; ContentAudioFrame _remaining; };