| 1394 | } |
| 1395 | |
| 1396 | int ff_decklink_list_input_devices(AVFormatContext *avctx, struct AVDeviceInfoList *device_list) |
| 1397 | { |
| 1398 | return ff_decklink_list_devices(avctx, device_list, 1, 0); |
| 1399 | } |
| 1400 | |
| 1401 | } /* extern "C" */ |
nothing calls this directly
no test coverage detected