Commit: 65151d60468544067e9572993df1fd47ff0558c7
Parent: ce873093639fe84a5045638e41680d8b575729a8
Author: Randy Palamar
Date: Mon, 20 Apr 2026 12:51:55 -0600
tests/throughput: comment out contrast mode
this was meant for a different commit
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/throughput.c b/tests/throughput.c
@@ -242,7 +242,7 @@ beamformer_simple_parameters_from_zbp_file(BeamformerSimpleParameters *bp, char
bp->speed_of_sound = header->speed_of_sound;
bp->time_offset = header->time_offset;
- bp->contrast_mode = header->contrast_mode;
+ //bp->contrast_mode = header->contrast_mode;
if (header->channel_mapping_offset != -1) {
mem_copy(bp->channel_mapping, raw.data + header->channel_mapping_offset,