minor spelling/grammar fixes

Originally committed as revision 13669 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent aee7cf8752
commit 890f6fd3ec
  1. 6
      libavcodec/opt.h

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

Loading…
Cancel
Save