Browse code

cmdutils: avtool -> fftool (cherry picked from commit 7d8ad6c1fa11ec548fc63427656989e0e7c6af8b)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Clément Bœsch authored on 2013/03/31 21:49:14
Showing 1 changed files
... ...
@@ -190,13 +190,13 @@ void show_help_options(const OptionDef *options, const char *msg, int req_flags,
190 190
 void show_help_children(const AVClass *class, int flags);
191 191
 
192 192
 /**
193
- * Per-avtool specific help handler. Implemented in each
194
- * avtool, called by show_help().
193
+ * Per-fftool specific help handler. Implemented in each
194
+ * fftool, called by show_help().
195 195
  */
196 196
 void show_help_default(const char *opt, const char *arg);
197 197
 
198 198
 /**
199
- * Generic -h handler common to all avtools.
199
+ * Generic -h handler common to all fftools.
200 200
  */
201 201
 int show_help(void *optctx, const char *opt, const char *arg);
202 202