Commit fb71b3b7 authored by diego's avatar diego

minor spelling/grammar fixes


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13669 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 282ba010
...@@ -42,14 +42,14 @@ enum AVOptionType{ ...@@ -42,14 +42,14 @@ enum AVOptionType{
}; };
/** /**
* AVOption. * AVOption
*/ */
typedef struct AVOption { typedef struct AVOption {
const char *name; const char *name;
/** /**
* short English text help. * short English help text
* @todo what about other languages * @todo What about other languages?
*/ */
const char *help; const char *help;
int offset; ///< offset to context structure where the parsed value should be stored int offset; ///< offset to context structure where the parsed value should be stored
......
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