In commit
29a49a8, the nlmeans_prefilter() call in nlmeans_filter_thread()
was fixed, but a corresponding change was not made to the similar
call site in nlmeans_filter_flush().
}
if (pv->prefilter[c] & NLMEANS_PREFILTER_MODE_PASSTHRU)
{
- nlmeans_prefilter(&pv->frame[f].plane[c], pv->prefilter[c]);
+ nlmeans_prefilter(&frame->plane[c], pv->prefilter[c]);
nlmeans_deborder(&frame->plane[c], buf->plane[c].data,
buf->plane[c].width, buf->plane[c].stride,
buf->plane[c].height);