Fix handling of timing in SMPTE subtitles.
[libdcp.git] / src / reel_subtitle_asset.h
index 5cdfac13a4d5a62417a70a061779e6b6fe1b8358..f0537cb5d38b42ca00c4e99d54983d0dde165e9b 100644 (file)
@@ -25,6 +25,7 @@
 #define LIBDCP_REEL_SUBTITLE_ASSET_H
 
 #include "reel_asset.h"
+#include "subtitle_content.h"
 
 namespace dcp {
 
@@ -36,7 +37,7 @@ class SubtitleContent;
 class ReelSubtitleAsset : public ReelAsset
 {
 public:
-       ReelSubtitleAsset (boost::shared_ptr<SubtitleContent> content, int64_t entry_point);
+       ReelSubtitleAsset (boost::shared_ptr<SubtitleContent> content, Fraction edit_rate, int64_t instrinsic_duration, int64_t entry_point);
        ReelSubtitleAsset (boost::shared_ptr<const cxml::Node>);
 
        boost::shared_ptr<SubtitleContent> subtitle_content () const {