summaryrefslogtreecommitdiffstats
path: root/player/lavfi.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-02-20 13:42:08 +0100
committerwm4 <wm4@nowhere>2017-02-20 13:42:08 +0100
commite5df57c7554da08c812252c5c2d8bf5d372e19e3 (patch)
tree5f542ad56b1146407efa1f72e4f40a083a5a90af /player/lavfi.h
parent134c9d9df5c5d38960f2cd4fd5f23dcb9205811e (diff)
downloadmpv-e5df57c7554da08c812252c5c2d8bf5d372e19e3.tar.bz2
mpv-e5df57c7554da08c812252c5c2d8bf5d372e19e3.tar.xz
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.)
Diffstat (limited to 'player/lavfi.h')
-rw-r--r--player/lavfi.h1
1 files changed, 1 insertions, 0 deletions
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);