Allow content parts to not be preset in XML.
[dcpomatic.git] / src / lib / sndfile_decoder.h
index a9d2935b6c36ac75b20e52a644f468f20af8cf48..6f3a6cc48df47ef366eeea49661c69ae6e74c6b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -25,11 +25,11 @@ class SndfileContent;
 class SndfileDecoder : public Sndfile, public AudioDecoder
 {
 public:
-       SndfileDecoder (boost::shared_ptr<const SndfileContent> c, bool fast);
+       SndfileDecoder (boost::shared_ptr<const SndfileContent> c, bool fast, boost::shared_ptr<Log> log);
        ~SndfileDecoder ();
 
 private:
-       bool pass (PassReason);
+       bool pass (PassReason, bool);
        void seek (ContentTime, bool);
 
        int64_t _done;