mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-21 22:36:59 +00:00
Add --list-indevs and --list-outdevs command line options.
Originally committed as revision 11179 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
10d46dd0c1
commit
c552605cae
4
configure
vendored
4
configure
vendored
@ -162,6 +162,8 @@ show_help(){
|
|||||||
echo " --list-parsers show all available parsers"
|
echo " --list-parsers show all available parsers"
|
||||||
echo " --list-protocols show all available protocols"
|
echo " --list-protocols show all available protocols"
|
||||||
echo " --list-bsfs show all available bitstream filters"
|
echo " --list-bsfs show all available bitstream filters"
|
||||||
|
echo " --list-indevs show all available input devices"
|
||||||
|
echo " --list-outdevs show all available output devices"
|
||||||
echo
|
echo
|
||||||
echo "Developer options (useful when working on FFmpeg itself):"
|
echo "Developer options (useful when working on FFmpeg itself):"
|
||||||
echo " --enable-gprof enable profiling with gprof [$gprof]"
|
echo " --enable-gprof enable profiling with gprof [$gprof]"
|
||||||
@ -593,7 +595,9 @@ COMPONENT_LIST="
|
|||||||
decoders
|
decoders
|
||||||
demuxers
|
demuxers
|
||||||
encoders
|
encoders
|
||||||
|
indevs
|
||||||
muxers
|
muxers
|
||||||
|
outdevs
|
||||||
parsers
|
parsers
|
||||||
protocols
|
protocols
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user