[SCM] libav/experimental: Add --list-indevs and --list-outdevs command line options.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:10:13 UTC 2013


The following commit has been merged in the experimental branch:
commit c552605cae633df850463ee8de1fe1d1454effa0
Author: Diego Biurrun <diego at biurrun.de>
Date:   Thu Dec 6 17:53:46 2007 +0000

    Add --list-indevs and --list-outdevs command line options.
    
    Originally committed as revision 11179 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index e7f86aa..0bfa186 100755
--- a/configure
+++ b/configure
@@ -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
 "

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list