diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-03-31 14:49:14 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-09 22:16:23 +0200 |
commit | 91f04e741096f5ced87f696adb924c6817d6f77c (patch) | |
tree | 580291879f6ea151cd3e8860f0d06e97783a4be3 | |
parent | 9f7baf139f721e84a5db06e1352e4fb14a7965c8 (diff) | |
download | ffmpeg-91f04e741096f5ced87f696adb924c6817d6f77c.tar.gz |
cmdutils: avtool -> fftool
(cherry picked from commit 7d8ad6c1fa11ec548fc63427656989e0e7c6af8b)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | cmdutils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmdutils.h b/cmdutils.h index 08c92ce6ee..6341a2f1cb 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); |