avdevice: add decklink input support

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Deti Fliegl
2014-09-22 02:46:03 +02:00
committed by Michael Niedermayer
parent a5e040ee3c
commit bac6cfcb3a
8 changed files with 678 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ void avdevice_register_all(void)
REGISTER_INDEV (AVFOUNDATION, avfoundation);
REGISTER_INDEV (BKTR, bktr);
REGISTER_OUTDEV (CACA, caca);
REGISTER_OUTDEV (DECKLINK, decklink);
REGISTER_INOUTDEV(DECKLINK, decklink);
REGISTER_INDEV (DSHOW, dshow);
REGISTER_INDEV (DV1394, dv1394);
REGISTER_INOUTDEV(FBDEV, fbdev);