Move some CPL writing from picture/sound assets to the MXF. Pick up key_id from...
authorCarl Hetherington <cth@carlh.net>
Sat, 6 Jul 2013 19:30:19 +0000 (20:30 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 6 Jul 2013 19:30:19 +0000 (20:30 +0100)
commitdcccb2dd1d180b8be67e539395dccbe82b0fb5a8
tree53b76a2df1343e5896bc9462ec8661179ede2ee3
parent5f71c3f0a7a041b3621f7325915d1105424f7e53
Move some CPL writing from picture/sound assets to the MXF.  Pick up key_id from CPL assets and hence provide and test for encrypted() method on DCP.
15 files changed:
src/cpl.cc
src/cpl.h
src/dcp.cc
src/dcp.h
src/mxf_asset.cc
src/mxf_asset.h
src/parse/cpl.cc
src/parse/cpl.h
src/picture_asset.cc
src/picture_asset.h
src/reel.cc
src/reel.h
src/sound_asset.cc
src/sound_asset.h
test/tests.cc