Merge.
[dcpomatic.git] / src / lib / video_decoder.cc
index 086a6b552c8cea76153b991f2ff0de1d0ff2eca5..a5147f42ece1a450ec946681f659ab8435793eb5 100644 (file)
@@ -67,7 +67,7 @@ VideoDecoder::video (shared_ptr<Image> 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()