diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-17 16:33:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-17 16:33:43 +0100 |
| commit | 0e7591e3bf95d4abe08d854850b6fc4e411586b0 (patch) | |
| tree | e65ea79ca879d62051f46fae8686f71620a87d3e /src/picture_asset.cc | |
| parent | eaac013b4e68dea48fb2c3070b7c7ca59dfd1b96 (diff) | |
Various testing tweaks.
Diffstat (limited to 'src/picture_asset.cc')
| -rw-r--r-- | src/picture_asset.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/picture_asset.cc b/src/picture_asset.cc index 848a2c27..bdf8ce41 100644 --- a/src/picture_asset.cc +++ b/src/picture_asset.cc @@ -80,13 +80,13 @@ void PictureAsset::write_to_cpl (ostream& s) const { s << " <MainPicture>\n" - << " <Id>" << _uuid << "</Id>\n" + << " <Id>urn:uuid:" << _uuid << "</Id>\n" << " <AnnotationText>" << filesystem::path(_mxf_path).filename() << "</AnnotationText>\n" - << " <EditRate>" << _fps << "</EditRate>\n" + << " <EditRate>" << _fps << " 1</EditRate>\n" << " <IntrinsicDuration>" << _length << "</IntrinsicDuration>\n" << " <EntryPoint>0</EntryPoint>\n" << " <Duration>" << _length << "</Duration>\n" - << " <FrameRate>" << _fps << "</FrameRate>\n" + << " <FrameRate>" << _fps << " 1</FrameRate>\n" << " <ScreenAspectRatio>" << _width << " " << _height << "</ScreenAspectRatio>\n" << " </MainPicture>\n"; } |
