Use an enum instead of a bool in PictureAsset::start_write().
authorCarl Hetherington <cth@carlh.net>
Fri, 17 Mar 2023 13:11:34 +0000 (14:11 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 20 Mar 2023 15:41:02 +0000 (16:41 +0100)
commit20e3e4c2a7a91e45740987a702f5d4c1ea2f9030
treedd8d9a08834170980ff34ea288ed0334a8b2d9b0
parent870f02f07ee51ee478006260e2c3b683e591b0c9
Use an enum instead of a bool in PictureAsset::start_write().
16 files changed:
examples/make_dcp.cc
src/mono_picture_asset.cc
src/mono_picture_asset.h
src/picture_asset.h
src/stereo_picture_asset.cc
src/stereo_picture_asset.h
test/dcp_test.cc
test/decryption_test.cc
test/encryption_test.cc
test/frame_info_hash_test.cc
test/kdm_test.cc
test/recovery_test.cc
test/round_trip_test.cc
test/test.cc
test/verify_test.cc
tools/dcpdecryptmxf.cc