diff options
Diffstat (limited to 'src/lib/decoded.h')
| -rw-r--r-- | src/lib/decoded.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/decoded.h b/src/lib/decoded.h index a9b922769..1de2ff79e 100644 --- a/src/lib/decoded.h +++ b/src/lib/decoded.h @@ -94,13 +94,12 @@ public: , dcp_time_to (0) {} - /* XXX: content/dcp time here */ - DecodedSubtitle (boost::shared_ptr<Image> im, dcpomatic::Rect<double> r, DCPTime f, DCPTime t) + DecodedSubtitle (boost::shared_ptr<Image> im, dcpomatic::Rect<double> r, ContentTime f, ContentTime t) : Decoded (f) , image (im) , rect (r) , content_time_to (t) - , dcp_time_to (t) + , dcp_time_to (0) {} void set_dcp_times (float speed_up, DCPTime offset) { |
