summaryrefslogtreecommitdiffstats
path: root/video/vaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/vaapi.h')
-rw-r--r--video/vaapi.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/video/vaapi.h b/video/vaapi.h
index de7d6d98d8..d21e3a34ee 100644
--- a/video/vaapi.h
+++ b/video/vaapi.h
@@ -73,6 +73,8 @@ void va_surface_init_subformat(struct mp_image *mpi);
bool va_guess_if_emulated(struct mp_vaapi_ctx *ctx);
-struct mp_vaapi_ctx *va_create_standalone(struct mp_log *plog, bool probing);
+struct mpv_global;
+struct mp_hwdec_ctx *va_create_standalone(struct mpv_global *global,
+ struct mp_log *plog, bool probing);
#endif