Commit 890f6fd3 authored by Diego Biurrun's avatar Diego Biurrun

minor spelling/grammar fixes

Originally committed as revision 13669 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent aee7cf87
......@@ -42,14 +42,14 @@ enum AVOptionType{
};
/**
* AVOption.
* AVOption
*/
typedef struct AVOption {
const char *name;
/**
* short English text help.
* @todo what about other languages
* short English help text
* @todo What about other languages?
*/
const char *help;
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