Untested writing of CCAP.
[dcpomatic.git] / src / lib / reel_writer.h
index 06f19f15a7a7e9eef3742269fbcec5309b3f7897..24a5e9a8a08db4a755b6532aee0bf062ddfcd396 100644 (file)
@@ -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;
 };