]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decodesignal.hpp
Fix #811 by using a hashed annotation text backing storage
[pulseview.git] / pv / data / decodesignal.hpp
index 51745b7baab8a8d3bf1237e80d9fa96bb10a458e..f961b7c3a740b6bb9bc8a010147da64ce9e814db 100644 (file)
@@ -82,7 +82,7 @@ struct DecodeSegment
        // Copy constructor is a no-op
        DecodeSegment(DecodeSegment&& ds) { (void)ds; };
 
-       map<const Row*, RowData> annotation_rows;
+       map<const Row*, RowData> annotation_rows;  // Note: Row is the same for all segments while RowData is not
        pv::util::Timestamp start_time;
        double samplerate;
        int64_t samples_decoded_incl, samples_decoded_excl;