summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/out/vo_sixel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_sixel.c b/video/out/vo_sixel.c
index dff20f716d..df0c05e139 100644
--- a/video/out/vo_sixel.c
+++ b/video/out/vo_sixel.c
@@ -470,7 +470,7 @@ const struct vo_driver video_out_sixel = {
.uninit = uninit,
.priv_size = sizeof(struct priv),
.priv_defaults = &(const struct priv) {
- .opt_diffuse = DIFFUSE_ATKINSON,
+ .opt_diffuse = DIFFUSE_AUTO,
.opt_width = 0,
.opt_height = 0,
.opt_reqcolors = 256,