Merge "Always check and free denoiser buffer memory space"
This commit is contained in:
@@ -1780,9 +1780,7 @@ void vp9_remove_compressor(VP9_COMP *cpi) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if CONFIG_VP9_TEMPORAL_DENOISING
|
#if CONFIG_VP9_TEMPORAL_DENOISING
|
||||||
if (cpi->oxcf.noise_sensitivity > 0) {
|
vp9_denoiser_free(&(cpi->denoiser));
|
||||||
vp9_denoiser_free(&(cpi->denoiser));
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
for (t = 0; t < cpi->num_workers; ++t) {
|
for (t = 0; t < cpi->num_workers; ++t) {
|
||||||
|
Reference in New Issue
Block a user