projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
496a613
)
Fix typo in libavcodec/opt.h.
author
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Mon, 23 Jun 2008 19:47:10 +0000
(19:47 +0000)
committer
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Mon, 23 Jun 2008 19:47:10 +0000
(19:47 +0000)
Originally committed as revision 13912 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/opt.h
patch
|
blob
|
history
diff --git
a/libavcodec/opt.h
b/libavcodec/opt.h
index 1fecb51098e2d24876f85a95abb166dab305160b..2128a712b2ee3604f9c66657b6870a3fc661f63c 100644
(file)
--- a/
libavcodec/opt.h
+++ b/
libavcodec/opt.h
@@
-55,7
+55,7
@@
typedef struct AVOption {
/**
* The offset relative to the context structure where the option
- * value is stored. It should be 0 for named constant.
+ * value is stored. It should be 0 for named constant
s
.
*/
int offset;
enum AVOptionType type;