summaryrefslogtreecommitdiffstats
path: root/video/out/libmpv.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/libmpv.h')
-rw-r--r--video/out/libmpv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/libmpv.h b/video/out/libmpv.h
index 485ba8a76c..a697eaf45f 100644
--- a/video/out/libmpv.h
+++ b/video/out/libmpv.h
@@ -58,7 +58,7 @@ struct render_backend_fns {
struct voctrl_performance_data *out);
// Like vo_driver.get_image().
struct mp_image *(*get_image)(struct render_backend *ctx, int imgfmt,
- int w, int h, int stride_align);
+ int w, int h, int stride_align, int flags);
// This has two purposes: 1. set queue attributes on VO, 2. update the
// renderer's OSD pointer. Keep in mind that as soon as the caller releases
// the renderer lock, the VO pointer can become invalid. The OSD pointer