summaryrefslogtreecommitdiffstats
path: root/video/out/vo_vaapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_vaapi.c')
-rw-r--r--video/out/vo_vaapi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/video/out/vo_vaapi.c b/video/out/vo_vaapi.c
index 68fb09ff9b..4f79bbbd1f 100644
--- a/video/out/vo_vaapi.c
+++ b/video/out/vo_vaapi.c
@@ -266,7 +266,8 @@ static struct mp_image *get_screenshot(struct priv *p)
va_surface_in_mp_image(p->output_surfaces[p->visible_surface]);
if (!surface)
return NULL;
- struct mp_image *img = va_surface_download(surface, p->va_image_formats);
+ struct mp_image *img =
+ va_surface_download(surface, p->va_image_formats, NULL);
if (!img)
return NULL;
struct mp_image_params params = p->image_params;