# HG changeset patch # User stefano # Date 1214250430 0 # Node ID 07172377ec9fea9b6662c0cfa71c65de9a32adbc # Parent f49a530518030c59a901c4cffcd01725d688aef7 Fix typo in libavcodec/opt.h. diff -r f49a53051803 -r 07172377ec9f opt.h --- a/opt.h Mon Jun 23 07:33:15 2008 +0000 +++ b/opt.h Mon Jun 23 19:47:10 2008 +0000 @@ -55,7 +55,7 @@ /** * 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;