X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fvideo_decoder.h;h=2c0028fd1bcfa4ce6c6a8c831452608b89467041;hp=145baa40b0ca115acda97f8b33376d8712890193;hb=39bc73fe192f932ed6695eb87b19de446e8b4f55;hpb=bb0a36c3a6bea9cd1ebdde7b8a3a04765e317569 diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 145baa40b..2c0028fd1 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -32,7 +32,7 @@ #include "content_video.h" class VideoContent; -class Image; +class ImageProxy; /** @class VideoDecoder * @brief Parent for classes which decode video. @@ -55,7 +55,7 @@ public: protected: void seek (ContentTime time, bool accurate); - void video (boost::shared_ptr, VideoFrame frame); + void video (boost::shared_ptr, VideoFrame frame); std::list decoded_video (VideoFrame frame); boost::shared_ptr _video_content;