summaryrefslogtreecommitdiff
path: root/src/lib/video_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-03 11:11:32 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-03 11:11:32 +0100
commite110d927e8dfec709a548172173b3ed1236c2d82 (patch)
tree0f51ae311c471b77defb583fed6500ec0f13dc4d /src/lib/video_decoder.cc
parent47cc374e135a2c7f3f1702cd53bb162ecf2b986d (diff)
A few build fixes.
Diffstat (limited to 'src/lib/video_decoder.cc')
-rw-r--r--src/lib/video_decoder.cc2
1 files changed, 1 insertions, 1 deletions
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> 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()