diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-19 00:14:41 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-19 00:14:41 +0000 |
commit | b7438896b3331bd9383e97f5c28db100507e312c (patch) | |
tree | 2cfbbb4f6ae925e63a5f6aabafcd484ab4b11bfd | |
parent | b3183ad03442df74aadeddab8551f727289a5270 (diff) | |
download | ffmpeg-b7438896b3331bd9383e97f5c28db100507e312c.tar.gz |
Fix typo: explixitly -> explicitly.
Originally committed as revision 17444 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | cmdutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.h b/cmdutils.h index 39f49195a2..26ab63f9ae 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -45,7 +45,7 @@ extern AVFormatContext *avformat_opts; extern struct SwsContext *sws_opts; /** - * Fallback for options that are not explixitly handled, these will be + * Fallback for options that are not explicitly handled, these will be * parsed through AVOptions. */ int opt_default(const char *opt, const char *arg); |