summaryrefslogtreecommitdiff
path: root/src/lib/video_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-10-26 15:38:46 +0100
committerCarl Hetherington <cth@carlh.net>2025-10-26 15:38:46 +0100
commitd4d26c954f4e61b1b1a526c56d88dfd51b6fab48 (patch)
tree8d1fca74ff1be621887a8ac39e91d947f84f9d31 /src/lib/video_decoder.h
parentcee4765caf903bf4b60e0e7539eaa2dae2bfa952 (diff)
wip: hacks.new-signals
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 b609404c4..c4b91d9c4 100644
--- a/src/lib/video_decoder.h
+++ b/src/lib/video_decoder.h
@@ -31,8 +31,8 @@
#include "content_video.h"
#include "decoder.h"
#include "decoder_part.h"
+#include "signal.h"
#include "video_content.h"
-#include <boost/signals2.hpp>
class VideoContent;
@@ -62,7 +62,7 @@ public:
void seek () override;
void emit(std::shared_ptr<const Film> film, std::shared_ptr<const ImageProxy>, dcpomatic::ContentTime time);
- boost::signals2::signal<void (ContentVideo)> Data;
+ Signal<void (ContentVideo)> Data;
private:
std::shared_ptr<const Content> _content;