summaryrefslogtreecommitdiffstats
path: root/libvo/vo_opengl_old.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_opengl_old.c')
-rw-r--r--libvo/vo_opengl_old.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/vo_opengl_old.c b/libvo/vo_opengl_old.c
index f9262e417d..4823576290 100644
--- a/libvo/vo_opengl_old.c
+++ b/libvo/vo_opengl_old.c
@@ -828,6 +828,8 @@ static mp_image_t *get_screenshot(struct vo *vo)
image->w = vo->aspdat.prew;
image->h = vo->aspdat.preh;
+ mp_image_set_colorspace_details(image, &p->colorspace);
+
return image;
}