diff options
Diffstat (limited to 'video/out/aspect.h')
-rw-r--r-- | video/out/aspect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/aspect.h b/video/out/aspect.h index db8aa37040..04d314971e 100644 --- a/video/out/aspect.h +++ b/video/out/aspect.h @@ -25,7 +25,7 @@ struct mp_image_params; struct mp_rect; struct mp_osd_res; void mp_get_src_dst_rects(struct mp_log *log, struct mp_vo_opts *opts, - struct mp_image_params *video, + int vo_caps, struct mp_image_params *video, int window_w, int window_h, double monitor_par, struct mp_rect *out_src, struct mp_rect *out_dst, |