Support MCA sound channel tags in MXF/CPL.
authorCarl Hetherington <cth@carlh.net>
Sun, 6 Sep 2020 18:10:13 +0000 (20:10 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 21 Sep 2020 19:57:18 +0000 (21:57 +0200)
commitcdc8bc6a7da0b4f8c3dbfcf560fea61473cf1ca3
tree6f6fc0c6b7897e6d3bd48fcc27e0e5eb08fc92b9
parent445f2495fbb0885132d3a6c8e7a1e135cbac3cce
Support MCA sound channel tags in MXF/CPL.
21 files changed:
examples/make_dcp.cc
src/asset_reader.h
src/cpl.cc
src/exceptions.cc
src/exceptions.h
src/sound_asset.cc
src/sound_asset.h
src/sound_asset_writer.cc
src/sound_asset_writer.h
src/types.cc
src/types.h
test/cpl_metadata_test.cc
test/dcp_test.cc
test/encryption_test.cc
test/mca_test.cc [new file with mode: 0644]
test/ref/cpl_metadata_test1.xml
test/ref/cpl_metadata_test2.xml
test/sync_test.cc
test/test.cc
test/test.h
test/wscript