diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-06-06 07:00:42 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-06-06 07:00:42 +0000 |
commit | 890f6fd3ecf88954847447b7dfe458b8793217d1 (patch) | |
tree | c378de27a0773f3990a5ae7212e7267f40a9818e | |
parent | aee7cf87521f30eaf7f0983736f1105a2c352d6f (diff) | |
download | ffmpeg-890f6fd3ecf88954847447b7dfe458b8793217d1.tar.gz |
minor spelling/grammar fixes
Originally committed as revision 13669 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/opt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/opt.h b/libavcodec/opt.h index 4691d1dfbf..e6d1cd56d0 100644 --- a/libavcodec/opt.h +++ b/libavcodec/opt.h @@ -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 |