summaryrefslogtreecommitdiff
authorClément Bœsch <ubitux@gmail.com>2013-03-31 12:49:14 (GMT)
committer Clément Bœsch <ubitux@gmail.com>2013-03-31 16:22:23 (GMT)
commit7d8ad6c1fa11ec548fc63427656989e0e7c6af8b (patch)
tree9410fe819444258309a0b5b144e9b26972f73197
parent5c13ae280fd5e7066347c2eb006be087a001924d (diff)
downloadffmpeg-7d8ad6c1fa11ec548fc63427656989e0e7c6af8b.zip
ffmpeg-7d8ad6c1fa11ec548fc63427656989e0e7c6af8b.tar.gz
ffmpeg-7d8ad6c1fa11ec548fc63427656989e0e7c6af8b.tar.bz2
cmdutils: avtool -> fftool
Diffstat
-rw-r--r--cmdutils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmdutils.h b/cmdutils.h
index 54f0be8..63e10f3 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -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);