Merge master; specify libdcp-1.0.
[dcpomatic.git] / src / lib / decoder.h
index 1c6aff3596c24d157c1d48d60249040a6fc45753..6646b0e76acc66b14edb78d698bd9c48412e07c4 100644 (file)
@@ -66,6 +66,7 @@ protected:
        boost::weak_ptr<const Film> _film;
 
        std::list<boost::shared_ptr<Decoded> > _pending;
+       bool _done;
 };
 
 #endif