comparison log.h @ 913:de7b577403bc libavutil

Fix typo.
author jai_menon
date Wed, 28 Apr 2010 20:08:02 +0000
parents 5ffcf744a157
children 3ab411c447c4
comparison
equal deleted inserted replaced
912:5ffcf744a157 913:de7b577403bc
49 */ 49 */
50 const struct AVOption *option; 50 const struct AVOption *option;
51 51
52 /** 52 /**
53 * LIBAVUTIL_VERSION with which this structure was created. 53 * LIBAVUTIL_VERSION with which this structure was created.
54 * This is used to allow fields to be added without requireing major 54 * This is used to allow fields to be added without requiring major
55 * version bumps everywhere. 55 * version bumps everywhere.
56 */ 56 */
57 57
58 int version; 58 int version;
59 } AVClass; 59 } AVClass;