]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
Revert "avformat/movenchint: Fix movhinting with ff_rtp_chain_mux_open() from abb810d...
[ffmpeg] / cmdutils.h
index 3fbaae93c24afd38281fc4ff04e261103b33c77e..76d11a598c77c604bb6d406e2b20ea0750435512 100644 (file)
@@ -30,7 +30,7 @@
 #include "libavformat/avformat.h"
 #include "libswscale/swscale.h"
 
-#ifdef __MINGW32__
+#ifdef _WIN32
 #undef main /* We don't want SDL to override our main() */
 #endif
 
@@ -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.