diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-06 22:01:45 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-06 22:01:45 +0000 |
| commit | 7e479483826381699915aa90cc26736e3d2c76ed (patch) | |
| tree | 40ce6ee1a2ec6c726701bf70320931fe2d761c1f /src/lib/video_content.cc | |
| parent | 79ce26d031d109177ba4b0f637fa2960345a37a3 (diff) | |
Build fixes.
Diffstat (limited to 'src/lib/video_content.cc')
| -rw-r--r-- | src/lib/video_content.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc index b33a37cb8..a03300a6b 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -436,8 +436,8 @@ VideoContentScale::name () const return _("No scale"); } -libdcp::Size -VideoContentScale::size (shared_ptr<const VideoContent> c, libdcp::Size container) const +dcp::Size +VideoContentScale::size (shared_ptr<const VideoContent> c, dcp::Size container) const { if (_ratio) { return fit_ratio_within (_ratio->ratio (), container); |
