1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00

input: add missing avcapture scheme

Used by the "new" AVFoundation-based capture module.
This commit is contained in:
Marvin Scholz 2022-03-15 22:17:51 +01:00 committed by Rémi Denis-Courmont
parent 39f108c173
commit 38ef2ec17b

View File

@ -1142,6 +1142,7 @@ static enum input_item_type_e GuessType( const input_item_t *p_item, bool *p_net
/* Short match work, not just exact match */
{ "alsa", ITEM_TYPE_CARD, false },
{ "atsc", ITEM_TYPE_CARD, false },
{ "avcapt", ITEM_TYPE_CARD, false }, /* AVCapture */
{ "bd", ITEM_TYPE_DISC, false },
{ "bluray", ITEM_TYPE_DISC, false },
{ "cable", ITEM_TYPE_CARD, false },