git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aee7cf8
)
minor spelling/grammar fixes
author
Diego Biurrun
<diego@biurrun.de>
Fri, 6 Jun 2008 07:00:42 +0000
(07:00 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Fri, 6 Jun 2008 07:00:42 +0000
(07:00 +0000)
Originally committed as revision 13669 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/opt.h
patch
|
blob
|
history
diff --git
a/libavcodec/opt.h
b/libavcodec/opt.h
index
4691d1d
..
e6d1cd5
100644
(file)
--- 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