Commit b7438896 authored by Stefano Sabatini's avatar Stefano Sabatini

Fix typo: explixitly -> explicitly.

Originally committed as revision 17444 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b3183ad0
...@@ -45,7 +45,7 @@ extern AVFormatContext *avformat_opts; ...@@ -45,7 +45,7 @@ extern AVFormatContext *avformat_opts;
extern struct SwsContext *sws_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. * parsed through AVOptions.
*/ */
int opt_default(const char *opt, const char *arg); int opt_default(const char *opt, const char *arg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment