summaryrefslogtreecommitdiff
path: root/src/lib/video_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-03 15:44:05 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-03 15:44:05 +0000
commitefa79a3db4a041cda3d93dde444e5dca9b84b976 (patch)
tree8a7c9ebfef941d30ef0c6505f5614aaa6e3cc253 /src/lib/video_decoder.h
parentac9648e018f06d11be985f55984f6afe8b6bb97e (diff)
parent65c3b3a815545fef4d0373bb588eb815b8b544b0 (diff)
Fix alpha blending with with offset; should help with #1155.
Diffstat (limited to 'src/lib/video_decoder.h')
-rw-r--r--src/lib/video_decoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h
index c5e2ea4cf..959ff7ac7 100644
--- a/src/lib/video_decoder.h
+++ b/src/lib/video_decoder.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2012-2018 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -60,7 +60,7 @@ public:
void emit (boost::shared_ptr<const ImageProxy>, Frame frame);
/** @return true if the emitted data was accepted, false if not */
- boost::signals2::signal<bool (ContentVideo)> Data;
+ boost::signals2::signal<void (ContentVideo)> Data;
private:
boost::shared_ptr<const Content> _content;