Mercurial > libavcodec.hg
changeset 7007:fa39bba4c8a4 libavcodec
minor spelling/grammar fixes
author | diego |
---|---|
date | Fri, 06 Jun 2008 07:00:42 +0000 |
parents | 48cfbc65d688 |
children | d9144b61d731 |
files | opt.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/opt.h Fri Jun 06 00:32:31 2008 +0000 +++ b/opt.h Fri Jun 06 07:00:42 2008 +0000 @@ -42,14 +42,14 @@ }; /** - * 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