Imported Debian version 2.5.0~trusty1.1
[deb_ffmpeg.git] / ffmpeg / cmdutils_common_opts.h
index 49b5180e37068cdf1926832212676ad76d9ebd20..758dac194c65b8f6a6c110c6b8177b5674fc600b 100644 (file)
@@ -27,3 +27,9 @@
     { "opencl_bench", OPT_EXIT, {.func_arg = opt_opencl_bench}, "run benchmark on all OpenCL devices and show results" },
     { "opencl_options", HAS_ARG, {.func_arg = opt_opencl},      "set OpenCL environment options" },
 #endif
+#if CONFIG_AVDEVICE
+    { "sources"    , OPT_EXIT | HAS_ARG, { .func_arg = show_sources },
+      "list sources of the input device", "device" },
+    { "sinks"      , OPT_EXIT | HAS_ARG, { .func_arg = show_sinks },
+      "list sinks of the output device", "device" },
+#endif