From 4e79cb88c22a7b2d52381f0a1a1ffdb5015fa617 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 16 Dec 2012 23:43:22 +0000 Subject: Try again to sort out image alignment a bit. --- src/lib/video_decoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/video_decoder.cc') diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc index cb55b4d18..c3be2a174 100644 --- a/src/lib/video_decoder.cc +++ b/src/lib/video_decoder.cc @@ -56,7 +56,7 @@ void VideoDecoder::repeat_last_video () { if (!_last_image) { - _last_image.reset (new CompactImage (pixel_format(), native_size())); + _last_image.reset (new SimpleImage (pixel_format(), native_size(), false)); _last_image->make_black (); } -- cgit v1.2.3