X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdecoder.h;h=92082ca18b105a62f9dd9aec909625c12ac875c9;hb=372555641062f5c7c6e4a1d5f67cfaf12a2c6799;hp=d610f8727c902cd6bf889ab8cbc024ba3981f606;hpb=84012cdd64f451891febd36154b7226ea21a899b;p=dcpomatic.git diff --git a/src/lib/decoder.h b/src/lib/decoder.h index d610f8727..92082ca18 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -55,9 +55,9 @@ public: * @return true if this decoder will emit no more data unless a seek() happens. */ virtual bool pass () = 0; - virtual void seek (ContentTime time, bool accurate); + virtual void seek (dcpomatic::ContentTime time, bool accurate); - ContentTime position () const; + dcpomatic::ContentTime position () const; protected: boost::shared_ptr film () const;