From 9e140775bcbf3fa37dce67790325788c41451e08 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 16 Oct 2017 17:06:01 +0200 Subject: video: fix previous commit Sigh. --- video/hwdec.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/video/hwdec.h b/video/hwdec.h index d65db3bc1d..4a6739ecde 100644 --- a/video/hwdec.h +++ b/video/hwdec.h @@ -114,8 +114,7 @@ void hwdec_devices_request(struct mp_hwdec_devices *devs, enum hwdec_type type); // - then return the mp_hwdec_ctx.ctx field void *hwdec_devices_load(struct mp_hwdec_devices *devs, enum hwdec_type type); -struct AVHWFramesContext; -struct mp_image_params; +struct mp_image; // Per AV_HWDEVICE_TYPE_* functions, queryable via hwdec_get_hwcontext_fns(). // For now, all entries are strictly optional. -- cgit v1.2.3