Remove the bools and default parameters from SoundAsset::start_write().
authorCarl Hetherington <cth@carlh.net>
Fri, 17 Mar 2023 12:33:08 +0000 (13:33 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 20 Mar 2023 15:41:02 +0000 (16:41 +0100)
commit870f02f07ee51ee478006260e2c3b683e591b0c9
tree0df3a83d06c3c627b3b16664ff45a574d630d747
parent90a4d88bf00dc4d038621227f6878c013b289a88
Remove the bools and default parameters from SoundAsset::start_write().

They were more confusing than they were worth.
examples/make_dcp.cc
src/sound_asset.cc
src/sound_asset.h
test/dcp_test.cc
test/decryption_test.cc
test/encryption_test.cc
test/mca_test.cc
test/sound_asset_writer_test.cc
test/sync_test.cc
test/test.cc