Christie FTP contains certificate chains, not just leaf certificates.
[dcpomatic.git] / src / lib / decoder_part.h
index 7ba2cb2eb67c81f4ee8159e890ebbefce0d09f10..e763b73133394907afc32596ffcb87b690fd68ce 100644 (file)
@@ -34,7 +34,7 @@ public:
        DecoderPart (Decoder* parent);
        virtual ~DecoderPart () {}
 
-       virtual ContentTime position (boost::shared_ptr<const Film> film) const = 0;
+       virtual boost::optional<ContentTime> position (boost::shared_ptr<const Film> film) const = 0;
        virtual void seek () = 0;
 
        void set_ignore (bool i) {