X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_decoder.h;h=c3228e88dac3fb2fcb633c32b752f8e7a8676f61;hb=e6f28e7cda23c1ba3c49cc1bf2dc1491c2f87160;hp=d8c362354ee02b2f9614b265c6159ee1b200bf7d;hpb=1b1bc528ee5ca1fee1bd33f9fb6f79cd551e3b33;p=dcpomatic.git diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index d8c362354..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;