X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ffmpeg%2Fcmdutils.h;h=f6ad44ca40b1a04a41e3306c4c4ec5acd4db34cb;hb=refs%2Ftags%2Fdebian%2F2.5.0_trusty1.1;hp=76d11a598c77c604bb6d406e2b20ea0750435512;hpb=2ba45a602cbfa7b771effba9b11bb4245c21bc00;p=deb_ffmpeg.git diff --git a/ffmpeg/cmdutils.h b/ffmpeg/cmdutils.h index 76d11a5..f6ad44c 100644 --- a/ffmpeg/cmdutils.h +++ b/ffmpeg/cmdutils.h @@ -443,6 +443,20 @@ int show_formats(void *optctx, const char *opt, const char *arg); */ int show_devices(void *optctx, const char *opt, const char *arg); +#if CONFIG_AVDEVICE +/** + * Print a listing containing audodetected sinks of the output device. + * Device name with options may be passed as an argument to limit results. + */ +int show_sinks(void *optctx, const char *opt, const char *arg); + +/** + * Print a listing containing audodetected sources of the input device. + * Device name with options may be passed as an argument to limit results. + */ +int show_sources(void *optctx, const char *opt, const char *arg); +#endif + /** * Print a listing containing all the codecs supported by the * program.