Merge pull request #43150 from Tiaonmmn/patch-7

Update CompressionCodecDeflateQpl.cpp
This commit is contained in:
Nikolay Degterinsky 2022-11-15 00:59:43 +01:00 committed by GitHub
commit 7cb34ee459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -240,7 +240,7 @@ Int32 HardwareCodecDeflateQpl::doDecompressDataAsynchronous(const char * source,
void HardwareCodecDeflateQpl::flushAsynchronousDecompressRequests()
{
UInt32 n_jobs_processing = decomp_async_job_map.size();
auto n_jobs_processing = decomp_async_job_map.size();
std::map<UInt32, qpl_job *>::iterator it = decomp_async_job_map.begin();
while (n_jobs_processing)