diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-23 19:47:10 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-23 19:47:10 +0000 |
commit | a33a6eb2ceeda1dddb0a63f516365b09d44f5dcf (patch) | |
tree | f4e283cbf08e94253f6d4f34f654e2da3459b3f7 /libavcodec | |
parent | 496a61329326de667f6be3cb8c47bce9c91cd664 (diff) | |
download | ffmpeg-a33a6eb2ceeda1dddb0a63f516365b09d44f5dcf.tar.gz |
Fix typo in libavcodec/opt.h.
Originally committed as revision 13912 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/opt.h | 2 |
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; |