mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-30 16:37:44 +00:00
cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()
This commit is contained in:
parent
145f741e11
commit
7a6cd9957d
5 changed files with 24 additions and 55 deletions
|
@ -154,6 +154,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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue