From 6f344b876689a1234a5eb75041882f06f5d9fe5c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 12 Apr 2016 22:10:54 +0100 Subject: Reasonably straightforward stuff; main things are adding a _parent to VideoContent (mainly, but not only, for signalling) and moving the video shared_ptr into Content, which makes much more sense to replace dynamic_cast tests for whether something has video or whatever. Nearly builds. --- src/lib/image_decoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/image_decoder.h') diff --git a/src/lib/image_decoder.h b/src/lib/image_decoder.h index e2de56acb..9d81cdac1 100644 --- a/src/lib/image_decoder.h +++ b/src/lib/image_decoder.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2013 Carl Hetherington + Copyright (C) 2012-2016 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ class ImageContent; class ImageDecoder : public VideoDecoder { public: - ImageDecoder (boost::shared_ptr c); + ImageDecoder (boost::shared_ptr c, boost::shared_ptr log); boost::shared_ptr content () { return _image_content; -- cgit v1.2.3