summaryrefslogtreecommitdiff
path: root/src/lib/writer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-08 16:20:18 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-08 16:20:18 +0100
commit89b3ab9210af0888f7b4ce558869051a731d17e2 (patch)
treef64ec07ff0be810918eb1d49e926b83f342a131c /src/lib/writer.h
parent9facdf75a2776319fc5826cfa3dd85340f3c8879 (diff)
Some work on SMPTE subs.
Diffstat (limited to 'src/lib/writer.h')
-rw-r--r--src/lib/writer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/writer.h b/src/lib/writer.h
index fe803d35e..a176eb191 100644
--- a/src/lib/writer.h
+++ b/src/lib/writer.h
@@ -45,7 +45,7 @@ namespace dcp {
class PictureAssetWriter;
class SoundAsset;
class SoundAssetWriter;
- class InteropSubtitleAsset;
+ class SubtitleAsset;
}
struct QueueItem
@@ -153,7 +153,7 @@ private:
boost::shared_ptr<dcp::PictureAssetWriter> _picture_asset_writer;
boost::shared_ptr<dcp::SoundAsset> _sound_asset;
boost::shared_ptr<dcp::SoundAssetWriter> _sound_asset_writer;
- boost::shared_ptr<dcp::InteropSubtitleAsset> _subtitle_asset;
+ boost::shared_ptr<dcp::SubtitleAsset> _subtitle_asset;
std::list<boost::shared_ptr<Font> > _fonts;
};