Commit c2384277 authored by DreamSourceLab's avatar DreamSourceLab
Browse files

Fix slow load speed for single capture @dso mode

parent 8dcd9236
......@@ -163,10 +163,8 @@ void DsoSnapshot::append_payload(const sr_datafeed_dso &dso)
append_data(dso.data, dso.num_samples, _instant);
// Generate the first mip-map from the data
//if (_envelope_en)
// append_payload_to_envelope_levels(dso.samplerate_tog);
if (_envelope_en)
append_payload_to_envelope_levels(true);
append_payload_to_envelope_levels(dso.samplerate_tog);
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment