diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-10-09 19:16:58 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-10-09 19:16:58 +0000 |
commit | 1865259feab1a1f84c1b9d587aa6bd851fda606d (patch) | |
tree | a8fb0ba826520755c8a7c460bd26024072f9845d /configure | |
parent | f76543c9b9a73a386788daf91ce3eba165e5ec8e (diff) | |
download | ffmpeg-1865259feab1a1f84c1b9d587aa6bd851fda606d.tar.gz |
Document libavfilter filters options in configure -h.
Originally committed as revision 15592 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -168,6 +168,9 @@ show_help(){ echo " --disable-protocol=NAME disables protocol NAME" echo " --disable-protocols disables all protocols" echo " --disable-devices disables all devices" + echo " --enable-filter=NAME enables filter NAME" + echo " --disable-filter=NAME disables filter NAME" + echo " --disable-filters disables all filters" echo " --list-decoders show all available decoders" echo " --list-encoders show all available encoders" echo " --list-muxers show all available muxers" @@ -177,6 +180,7 @@ show_help(){ 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 " --list-filters show all available filters" echo echo "Developer options (useful when working on FFmpeg itself):" echo " --disable-debug disable debugging symbols" |