mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-25 19:06:35 +08:00
Fix typo: explixitly -> explicitly.
Originally committed as revision 17444 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user