X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Freel.cc;h=8995f874ab8b710ac170d7dc98ecf2cc4de4e13a;hb=e412564a57a5898a8f5f49c42bede37e76f0c41c;hp=52a4f0fbd0a1c014c91a51e98d8c70006e5ad91c;hpb=41daa5821b3d3b0f450094fbf0d1e37a449f482c;p=libdcp.git diff --git a/src/reel.cc b/src/reel.cc index 52a4f0fb..8995f874 100644 --- a/src/reel.cc +++ b/src/reel.cc @@ -44,6 +44,9 @@ Reel::write_to_cpl (ostream& s) const if (_main_subtitle) { _main_subtitle->write_to_cpl (s); } + + s << " \n" + << " \n"; } bool