Browse Source

Fix typo: explixitly -> explicitly.

Originally committed as revision 17444 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Stefano Sabatini 16 years ago
parent
commit
b7438896b3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmdutils.h

+ 1
- 1
cmdutils.h View File

@@ -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);


Loading…
Cancel
Save