Skip to content
Snippets Groups Projects
Commit 7d8ad6c1 authored by Clément Bœsch's avatar Clément Bœsch
Browse files

cmdutils: avtool -> fftool

parent 5c13ae28
No related branches found
No related tags found
No related merge requests found
......@@ -192,13 +192,13 @@ void show_help_options(const OptionDef *options, const char *msg, int req_flags,
void show_help_children(const AVClass *class, int flags);
/**
* Per-avtool specific help handler. Implemented in each
* avtool, called by show_help().
* Per-fftool specific help handler. Implemented in each
* fftool, called by show_help().
*/
void show_help_default(const char *opt, const char *arg);
/**
* Generic -h handler common to all avtools.
* Generic -h handler common to all fftools.
*/
int show_help(void *optctx, const char *opt, const char *arg);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment