summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-10-16 17:06:01 +0200
committerwm4 <wm4@nowhere>2017-10-16 17:06:01 +0200
commit9e140775bcbf3fa37dce67790325788c41451e08 (patch)
tree87c7888cceb976a464fa669afbd1195b3c428dd3 /video
parent1ff6a1c8c7eae341a4052b115083005663c44503 (diff)
downloadmpv-9e140775bcbf3fa37dce67790325788c41451e08.tar.bz2
mpv-9e140775bcbf3fa37dce67790325788c41451e08.tar.xz
video: fix previous commit
Sigh.
Diffstat (limited to 'video')
-rw-r--r--video/hwdec.h3
1 files changed, 1 insertions, 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.