summaryrefslogtreecommitdiff
path: root/src/lib/combiner.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/combiner.cc')
-rw-r--r--src/lib/combiner.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/combiner.cc b/src/lib/combiner.cc
index ca68ef68a..44971d135 100644
--- a/src/lib/combiner.cc
+++ b/src/lib/combiner.cc
@@ -34,7 +34,7 @@ Combiner::Combiner ()
void
Combiner::process_video (shared_ptr<const Image> image, bool, Time)
{
- _image.reset (new SimpleImage (image));
+ _image.reset (new SimpleImage (image, true));
}
/** Process video for the right half of the frame.