You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-04-24 04:44:54 +02:00
52f9e8c205
The -sources and -sinks options were defined with OPT_FUNC_ARG flag, which requires an argument. This caused "Missing argument for option 'sources'" error when running ffprobe -sources without arguments. Removing OPT_FUNC_ARG flag allows these options to work without arguments, listing all available devices, while still supporting optional device name argument for filtering specific devices.