X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Freel_subtitle_asset.h;h=f0537cb5d38b42ca00c4e99d54983d0dde165e9b;hb=491ac453512ac1982f62fc0d2a310586427601d7;hp=5cdfac13a4d5a62417a70a061779e6b6fe1b8358;hpb=2e93ca3670e5581b5523f60130b38594de10d6c3;p=libdcp.git diff --git a/src/reel_subtitle_asset.h b/src/reel_subtitle_asset.h index 5cdfac13..f0537cb5 100644 --- a/src/reel_subtitle_asset.h +++ b/src/reel_subtitle_asset.h @@ -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 content, int64_t entry_point); + ReelSubtitleAsset (boost::shared_ptr content, Fraction edit_rate, int64_t instrinsic_duration, int64_t entry_point); ReelSubtitleAsset (boost::shared_ptr); boost::shared_ptr subtitle_content () const {