Add simple support for generating audio MXFs from part of a WAV file (for multi-reel...
[libdcp.git] / src / reel.cc
index 52a4f0fbd0a1c014c91a51e98d8c70006e5ad91c..8995f874ab8b710ac170d7dc98ecf2cc4de4e13a 100644 (file)
@@ -44,6 +44,9 @@ Reel::write_to_cpl (ostream& s) const
        if (_main_subtitle) {
                _main_subtitle->write_to_cpl (s);
        }
+
+       s << "      </AssetList>\n"
+         << "    </Reel>\n";
 }
        
 bool