mirror of https://github.com/mpv-player/mpv
parent
1ff6a1c8c7
commit
9e140775bc
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue