summaryrefslogtreecommitdiff
path: root/libavcodec/opt.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-06-23 19:47:10 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2008-06-23 19:47:10 +0000
commita33a6eb2ceeda1dddb0a63f516365b09d44f5dcf (patch)
treef4e283cbf08e94253f6d4f34f654e2da3459b3f7 /libavcodec/opt.h
parent496a61329326de667f6be3cb8c47bce9c91cd664 (diff)
Fix typo in libavcodec/opt.h.
Originally committed as revision 13912 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/opt.h')
-rw-r--r--libavcodec/opt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/opt.h b/libavcodec/opt.h
index 1fecb51098..2128a712b2 100644
--- 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 constants.
*/
int offset;
enum AVOptionType type;