From 432581b60485433d5497d461730960fa3a2af402 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sun, 18 Apr 2021 11:48:35 +0200 Subject: vo_gpu: lift ra_ctx_* opts to a global struct So I can re-use them for vo_gpu_next. --- options/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index f3c8e318e8..53e8de7852 100644 --- a/options/options.h +++ b/options/options.h @@ -344,6 +344,7 @@ typedef struct MPOpts { struct mp_resample_opts *resample_opts; + struct ra_ctx_opts *ra_ctx_opts; struct gl_video_opts *gl_video_opts; struct angle_opts *angle_opts; struct opengl_opts *opengl_opts; -- cgit v1.2.3