From a4d8e5d24beddb719180e75f1047ae317bef85a4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 30 Sep 2014 09:33:33 +0100 Subject: Basic video fade support. --- src/lib/video_decoder.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/video_decoder.cc') diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc index 5dd078553..64c66ea55 100644 --- a/src/lib/video_decoder.cc +++ b/src/lib/video_decoder.cc @@ -19,12 +19,14 @@ #include "video_decoder.h" #include "image.h" +#include "image_proxy.h" #include "content_video.h" #include "i18n.h" using std::cout; using std::list; +using std::max; using boost::shared_ptr; using boost::optional; -- cgit v1.2.3