X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_decoder.h;h=c3228e88dac3fb2fcb633c32b752f8e7a8676f61;hb=a4c19a34244aeaf183c25878933b570fc5c0ee34;hp=8947c27089b2b718c819ce42b39fdfa794aee425;hpb=b299c1873bf23414061d551843275c77a9256a05;p=dcpomatic.git diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 8947c2708..c3228e88d 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -33,7 +33,7 @@ class Image; class VideoDecoder : public virtual Decoder { public: - VideoDecoder (boost::shared_ptr, boost::shared_ptr); + VideoDecoder (boost::shared_ptr); boost::shared_ptr video_content () const { return _video_content; @@ -41,7 +41,7 @@ public: protected: - void video (boost::shared_ptr, bool, VideoFrame); + void video (boost::shared_ptr, bool, ContentTime); boost::shared_ptr _video_content; };