X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecoderstack.cpp;h=912d98c7bc4cda8fc364aaf76e75f9ca23584193;hp=e9876d21bc268299eeab4c1fd9d835a237001fd7;hb=e45b13b536666034c9b6fe52a9321d749dae3c02;hpb=9aa2602a054146d1be4fe833a6d7135d7f307a27 diff --git a/pv/data/decoderstack.cpp b/pv/data/decoderstack.cpp index e9876d2..912d98c 100644 --- a/pv/data/decoderstack.cpp +++ b/pv/data/decoderstack.cpp @@ -272,7 +272,7 @@ void DecoderStack::begin_decode() decode_thread_ = std::thread(&DecoderStack::decode_proc, this); } -uint64_t DecoderStack::get_max_sample_count() const +uint64_t DecoderStack::max_sample_count() const { uint64_t max_sample_count = 0;