video: fix previous commit

Sigh.
This commit is contained in:
wm4 2017-10-16 17:06:01 +02:00
parent 1ff6a1c8c7
commit 9e140775bc
1 changed files with 1 additions and 2 deletions

View File

@ -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 // - then return the mp_hwdec_ctx.ctx field
void *hwdec_devices_load(struct mp_hwdec_devices *devs, enum hwdec_type type); void *hwdec_devices_load(struct mp_hwdec_devices *devs, enum hwdec_type type);
struct AVHWFramesContext; struct mp_image;
struct mp_image_params;
// Per AV_HWDEVICE_TYPE_* functions, queryable via hwdec_get_hwcontext_fns(). // Per AV_HWDEVICE_TYPE_* functions, queryable via hwdec_get_hwcontext_fns().
// For now, all entries are strictly optional. // For now, all entries are strictly optional.