X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdecoder.h;h=ddea58aacbfc636c9c29d0264300155046c5378b;hb=e4ca6b23d8c5b25725b6b7c1bfe4db3af932dcc0;hp=d610f8727c902cd6bf889ab8cbc024ba3981f606;hpb=84012cdd64f451891febd36154b7226ea21a899b;p=dcpomatic.git diff --git a/src/lib/decoder.h b/src/lib/decoder.h index d610f8727..ddea58aac 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; + virtual dcpomatic::ContentTime position () const; protected: boost::shared_ptr film () const;