X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=cmdutils.h;h=6d2e82b4ebc926ba7e913b8df8b32394e91189ec;hb=885158c887384c6da247cc061458f2e53367e6b5;hp=85b6c55835a57c47baf6d4877511967d76fc29bd;hpb=487e088e5e7f4cade6bce5e9a3cff28fce303af1;p=ffmpeg diff --git a/cmdutils.h b/cmdutils.h index 85b6c55835a..6d2e82b4ebc 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -76,6 +76,8 @@ int opt_default(const char *opt, const char *arg); */ int opt_loglevel(const char *opt, const char *arg); +int opt_codec_debug(const char *opt, const char *arg); + /** * Limit the execution time. */ @@ -158,6 +160,12 @@ typedef struct { void show_help_options(const OptionDef *options, const char *msg, int mask, int value); +/** + * Show help for all options with given flags in class and all its + * children. + */ +void show_help_children(const AVClass *class, int flags); + /** * Parse the command line arguments. * @@ -354,4 +362,4 @@ void exit_program(int ret); */ void *grow_array(void *array, int elem_size, int *size, int new_size); -#endif /* LIBAV_CMDUTILS_H */ +#endif /* CMDUTILS_H */