cmdutils: avtool -> fftool

This commit is contained in:
Clément Bœsch 2013-03-31 14:49:14 +02:00
parent 5c13ae280f
commit 7d8ad6c1fa
1 changed files with 3 additions and 3 deletions

View File

@ -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); void show_help_children(const AVClass *class, int flags);
/** /**
* Per-avtool specific help handler. Implemented in each * Per-fftool specific help handler. Implemented in each
* avtool, called by show_help(). * fftool, called by show_help().
*/ */
void show_help_default(const char *opt, const char *arg); 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); int show_help(void *optctx, const char *opt, const char *arg);