]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
cmdutils: implement FFREPORT=level=...
[ffmpeg] / cmdutils.h
index c4a16aac7333db6f55a6f90ec1e1fd1bd3e1c4c3..76d11a598c77c604bb6d406e2b20ea0750435512 100644 (file)
@@ -431,11 +431,18 @@ int show_license(void *optctx, const char *opt, const char *arg);
 
 /**
  * Print a listing containing all the formats supported by the
- * program.
+ * program (including devices).
  * This option processing function does not utilize the arguments.
  */
 int show_formats(void *optctx, const char *opt, const char *arg);
 
+/**
+ * Print a listing containing all the devices supported by the
+ * program.
+ * This option processing function does not utilize the arguments.
+ */
+int show_devices(void *optctx, const char *opt, const char *arg);
+
 /**
  * Print a listing containing all the codecs supported by the
  * program.