X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=cmdutils.h;h=76d11a598c77c604bb6d406e2b20ea0750435512;hb=9c22e909ed6feb1c1b148513ec81d8e4d02b4201;hp=3fbaae93c24afd38281fc4ff04e261103b33c77e;hpb=2c7d3ecfc962fe2d2afa84cd347136060468fe0e;p=ffmpeg diff --git a/cmdutils.h b/cmdutils.h index 3fbaae93c24..76d11a598c7 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -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.