summaryrefslogtreecommitdiff
path: root/src/lib/reel_writer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-19 23:20:57 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-19 23:45:23 +0100
commitd4edaca0842cc7e51fbfdd6d054a499b52c1424b (patch)
tree8f68cef655895c19ea0ea34529c22bb92ada3b3f /src/lib/reel_writer.h
parent46b685dd4e2b40c0c79009f390befa10c5c17bfc (diff)
Untested writing of CCAP.
Diffstat (limited to 'src/lib/reel_writer.h')
-rw-r--r--src/lib/reel_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/reel_writer.h b/src/lib/reel_writer.h
index 06f19f15a..24a5e9a8a 100644
--- a/src/lib/reel_writer.h
+++ b/src/lib/reel_writer.h
@@ -113,7 +113,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::SubtitleAsset> _subtitle_asset;
+ boost::shared_ptr<dcp::SubtitleAsset> _caption_asset[CAPTION_COUNT];
static int const _info_size;
};