2
0
forked from Ivasoft/DSView

decoder's annotation string be from resource table

This commit is contained in:
dreamsourcelabTAI
2021-10-11 17:25:27 +08:00
parent f9368d112c
commit d679e240b5
13 changed files with 172 additions and 22 deletions

View File

@@ -658,7 +658,7 @@ void DecoderStack::annotation_callback(srd_proto_data *pdata, void *decoder)
// Add the annotation
boost::lock_guard<boost::recursive_mutex> lock(d->_output_mutex);
if (!(*row_iter).second.push_annotation(a))
d->_no_memory = true;
d->_no_memory = true;
}
void DecoderStack::on_new_frame()