提交 890f6fd3 编写于 作者: D Diego Biurrun

minor spelling/grammar fixes

Originally committed as revision 13669 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册