comparison opt.h @ 7099:07172377ec9f libavcodec

Fix typo in libavcodec/opt.h.
author stefano
date Mon, 23 Jun 2008 19:47:10 +0000
parents 18279e49cd4a
children 4a635a1859f0
comparison
equal deleted inserted replaced
7098:f49a53051803 7099:07172377ec9f
53 */ 53 */
54 const char *help; 54 const char *help;
55 55
56 /** 56 /**
57 * The offset relative to the context structure where the option 57 * The offset relative to the context structure where the option
58 * value is stored. It should be 0 for named constant. 58 * value is stored. It should be 0 for named constants.
59 */ 59 */
60 int offset; 60 int offset;
61 enum AVOptionType type; 61 enum AVOptionType type;
62 62
63 /** 63 /**