Re: [FFmpeg-devel] [PATCH v2 1/5] libdc1394: Enable listing sources

2020-10-28 Thread Marton Balint
On Thu, 15 Oct 2020, Forest Crossman wrote: IIDC camera sources can now be listed by using the following command: ffmpeg -sources libdc1394 The basic structure of this function was borrowed from libavdevice/alsa.c:ff_alsa_get_device_list. Signed-off-by: Forest Crossman --- libavdevice/l

[FFmpeg-devel] [PATCH v2 1/5] libdc1394: Enable listing sources

2020-10-15 Thread Forest Crossman
IIDC camera sources can now be listed by using the following command: ffmpeg -sources libdc1394 The basic structure of this function was borrowed from libavdevice/alsa.c:ff_alsa_get_device_list. Signed-off-by: Forest Crossman --- libavdevice/libdc1394.c | 73 +++