mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 05:50:43 +00:00
minor spelling/grammar fixes
Originally committed as revision 13669 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
aee7cf8752
commit
890f6fd3ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user