X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=input_mapping.h;h=67af0f489ee3aaf465b8c6c32aa554796c788cf1;hb=e5a0d3dfb676087bdcef4c82876234782e46604c;hp=540fde39e0bb4c3378e9292e0d9ab23d496de508;hpb=1ddeee498397ab599d0ee131f7896f543486d0ad;p=nageru diff --git a/input_mapping.h b/input_mapping.h index 540fde3..67af0f4 100644 --- a/input_mapping.h +++ b/input_mapping.h @@ -6,7 +6,7 @@ #include #include -enum class InputSourceType { SILENCE, CAPTURE_CARD, ALSA_INPUT }; +enum class InputSourceType { SILENCE, CAPTURE_CARD, ALSA_INPUT, FFMPEG_VIDEO_INPUT }; struct DeviceSpec { InputSourceType type; unsigned index;