summaryrefslogtreecommitdiff
path: root/libavcodec/opt.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-06-06 07:00:42 +0000
committerDiego Biurrun <diego@biurrun.de>2008-06-06 07:00:42 +0000
commit890f6fd3ecf88954847447b7dfe458b8793217d1 (patch)
treec378de27a0773f3990a5ae7212e7267f40a9818e /libavcodec/opt.h
parentaee7cf87521f30eaf7f0983736f1105a2c352d6f (diff)
minor spelling/grammar fixes
Originally committed as revision 13669 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/opt.h')
-rw-r--r--libavcodec/opt.h6
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