From e5df57c7554da08c812252c5c2d8bf5d372e19e3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 20 Feb 2017 13:42:08 +0100 Subject: lavfi: support hwdec filters for --lavfi-complex Not so important by itself, but important for when we replace the vf libavfilter wrapper with the common implementation. (Which will hopefully happen, but not too soon.) --- player/lavfi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'player/lavfi.h') diff --git a/player/lavfi.h b/player/lavfi.h index d39ecb0219..0f2ae7705f 100644 --- a/player/lavfi.h +++ b/player/lavfi.h @@ -22,6 +22,7 @@ bool lavfi_get_connected(struct lavfi_pad *pad); bool lavfi_process(struct lavfi *c); bool lavfi_has_failed(struct lavfi *c); void lavfi_seek_reset(struct lavfi *c); +void lavfi_set_hwdec_devs(struct lavfi *c, struct mp_hwdec_devices *hwdevs); int lavfi_request_frame_a(struct lavfi_pad *pad, struct mp_audio **out_aframe); int lavfi_request_frame_v(struct lavfi_pad *pad, struct mp_image **out_vframe); bool lavfi_needs_input(struct lavfi_pad *pad); -- cgit v1.2.3