Commit 67d4fb24 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11179 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4d26e9b6
......@@ -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
"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment