From f8c17f55f975ea3b46ba7cea299f1a8e5d980b4c Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sat, 21 Jan 2023 15:21:49 +0100 Subject: vo: add `int flags` to the get_image signature This is a huge disgusting mess to thread through everywhere. Maybe I'm stupid for attempting to solve the problem this way. --- video/out/gpu/video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/gpu/video.h') diff --git a/video/out/gpu/video.h b/video/out/gpu/video.h index 30abd972f9..b7f6e6b485 100644 --- a/video/out/gpu/video.h +++ b/video/out/gpu/video.h @@ -229,7 +229,7 @@ struct vo; void gl_video_configure_queue(struct gl_video *p, struct vo *vo); struct mp_image *gl_video_get_image(struct gl_video *p, int imgfmt, int w, int h, - int stride_align); + int stride_align, int flags); #endif -- cgit v1.2.3