aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-03-31 14:49:14 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-13 00:45:09 +0200
commitd9ab7c629242cb2c9fbe6fd04bda75a62b6552b4 (patch)
tree8be8cb42356b134a9928ce63c4b5aa976f5ba5e3
parent426715ccbd57714f4e71589bb211530ace38fbd9 (diff)
downloadffmpeg-d9ab7c629242cb2c9fbe6fd04bda75a62b6552b4.tar.gz
cmdutils: avtool -> fftool
(cherry picked from commit 7d8ad6c1fa11ec548fc63427656989e0e7c6af8b) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--cmdutils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmdutils.h b/cmdutils.h
index f193132f09..12407501e6 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -190,13 +190,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);