diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-03 11:11:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-03 11:11:32 +0100 |
| commit | e110d927e8dfec709a548172173b3ed1236c2d82 (patch) | |
| tree | 0f51ae311c471b77defb583fed6500ec0f13dc4d /src/lib/subtitle.h | |
| parent | 47cc374e135a2c7f3f1702cd53bb162ecf2b986d (diff) | |
A few build fixes.
Diffstat (limited to 'src/lib/subtitle.h')
| -rw-r--r-- | src/lib/subtitle.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/subtitle.h b/src/lib/subtitle.h index c3929d676..1151bc01d 100644 --- a/src/lib/subtitle.h +++ b/src/lib/subtitle.h @@ -48,17 +48,17 @@ public: return _image; } - dvdomatic::Rect area () const; + dcpomatic::Rect area () const; private: Position _position; boost::shared_ptr<Image> _image; }; -dvdomatic::Rect +dcpomatic::Rect subtitle_transformed_area ( float target_x_scale, float target_y_scale, - dvdomatic::Rect sub_area, int subtitle_offset, float subtitle_scale + dcpomatic::Rect sub_area, int subtitle_offset, float subtitle_scale ); /** A Subtitle class with details of the time over which it should be shown */ |
