X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=cmdutils.h;h=1b96aa48d11601546126d4a4734f4e5ab96c9db6;hb=c44eae157f62b6792bbf8403f937658cb9d12621;hp=83ea4ad39ecb620a9d28670ca258b12475c10e1e;hpb=1b04ea1a6c237a94f81d1b8f8a42fae46fbeacab;p=ffmpeg diff --git a/cmdutils.h b/cmdutils.h index 83ea4ad39ec..1b96aa48d11 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -61,6 +61,11 @@ void register_exit(void (*cb)(int ret)); */ void exit_program(int ret) av_noreturn; +/** + * Initialize dynamic library loading + */ +void init_dynload(void); + /** * Initialize the cmdutils option system, in particular * allocate the *_opts contexts. @@ -445,13 +450,13 @@ int show_devices(void *optctx, const char *opt, const char *arg); #if CONFIG_AVDEVICE /** - * Print a listing containing audodetected sinks of the output device. + * Print a listing containing autodetected 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. + * Print a listing containing autodetected 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);