2
0
forked from Ivasoft/DSView

fix decode issue when capture count less than set sample count

This commit is contained in:
DreamSourceLab
2015-05-03 20:14:17 +08:00
parent a4e991f181
commit e91c93f673
3 changed files with 9 additions and 1 deletions

View File

@@ -433,6 +433,11 @@ void DecoderStack::decode_proc()
_decode_state = Stopped;
}
uint64_t DecoderStack::sample_count() const
{
return _sample_count;
}
void DecoderStack::annotation_callback(srd_proto_data *pdata, void *decoder)
{
assert(pdata);