diff options
Diffstat (limited to 'video/out')
-rw-r--r-- | video/out/opengl/video_shaders.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/opengl/video_shaders.c b/video/out/opengl/video_shaders.c index 71aee96fcb..917d1939c5 100644 --- a/video/out/opengl/video_shaders.c +++ b/video/out/opengl/video_shaders.c @@ -326,9 +326,9 @@ struct deband_opts { }; const struct deband_opts deband_opts_def = { - .iterations = 4, + .iterations = 1, .threshold = 64.0, - .range = 8.0, + .range = 16.0, .grain = 48.0, }; |