Browse code

cmdutils: avtool -> fftool

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