xz: Clean up a comment

This commit is contained in:
Lasse Collin 2024-05-12 16:56:15 +03:00
parent 2de80494ed
commit 5a4ae4e4d0
1 changed files with 3 additions and 6 deletions

View File

@ -433,12 +433,9 @@ coder_set_compression_settings(void)
}
}
// Get the memory usage and memory limit. The memory usage is the
// maximum of the default filters[] and any filters specified by
// --filtersX.
// Note that if --format=raw was used, we can be decompressing and
// do not need to account for any filter chains created
// with --filtersX.
// Get memory limit and the memory usage of the used filter chains.
// Note that if --format=raw was used, we can be decompressing
// using the default filter chain.
//
// If multithreaded .xz compression is done, the memory limit
// will be replaced.