Skip to content
Snippets Groups Projects
Commit c552605c authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Add --list-indevs and --list-outdevs command line options.

Originally committed as revision 11179 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 10d46dd0
No related branches found
No related tags found
No related merge requests found
......@@ -162,6 +162,8 @@ show_help(){
echo " --list-parsers show all available parsers"
echo " --list-protocols show all available protocols"
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 "Developer options (useful when working on FFmpeg itself):"
echo " --enable-gprof enable profiling with gprof [$gprof]"
......@@ -593,7 +595,9 @@ COMPONENT_LIST="
decoders
demuxers
encoders
indevs
muxers
outdevs
parsers
protocols
"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment