From e110d927e8dfec709a548172173b3ed1236c2d82 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 3 Jun 2013 11:11:32 +0100 Subject: A few build fixes. --- 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 086a6b552..a5147f42e 100644 --- a/src/lib/video_decoder.cc +++ b/src/lib/video_decoder.cc @@ -67,7 +67,7 @@ VideoDecoder::video (shared_ptr image, bool same, Time t) } if (sub) { - Rect const tx = subtitle_transformed_area ( + dcpomatic::Rect const tx = subtitle_transformed_area ( float (image_size.width) / video_size().width, float (image_size.height) / video_size().height, sub->area(), film->subtitle_offset(), film->subtitle_scale() -- cgit v1.2.3