[FFmpeg-cvslog] cmdutils: avtool -> fftool
Clément Bœsch
git at videolan.org
Tue May 14 01:54:59 CEST 2013
ffmpeg | branch: release/1.0 | Clément Bœsch <ubitux at gmail.com> | Sun Mar 31 14:49:14 2013 +0200| [29ff1a5f1a013cd25f34fe8987877c55ad82cac7] | committer: Michael Niedermayer
cmdutils: avtool -> fftool
(cherry picked from commit 7d8ad6c1fa11ec548fc63427656989e0e7c6af8b)
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=29ff1a5f1a013cd25f34fe8987877c55ad82cac7
---
cmdutils.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/cmdutils.h b/cmdutils.h
index d78eb55..ed808ed 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);
More information about the ffmpeg-cvslog
mailing list