vo_gpu: lower default deband threshold

The previous default was found to be too aggressive for most video.
Change to a lower value to prevent destroying too much detail.
This commit is contained in:
Mia Herkt 2021-02-05 15:12:43 +01:00
parent f8a9654873
commit 12ffce0f22
No known key found for this signature in database
GPG Key ID: 72E154B8622EC191
1 changed files with 1 additions and 1 deletions

View File

@ -946,7 +946,7 @@ struct deband_opts {
const struct deband_opts deband_opts_def = {
.iterations = 1,
.threshold = 64.0,
.threshold = 32.0,
.range = 16.0,
.grain = 48.0,
};