comparison opt.h @ 8309:f73e7117bf67 libavcodec

s/#AVClass/AVClass/, consistent with the rest of the doxy.
author stefano
date Fri, 12 Dec 2008 23:02:21 +0000
parents c4a4495715dd
children 0030146fc2ba
comparison
equal deleted inserted replaced
8308:61cfb1dcfae5 8309:f73e7117bf67
89 * Looks for an option in \p obj. Looks only for the options which 89 * Looks for an option in \p obj. Looks only for the options which
90 * have the flags set as specified in \p mask and \p flags (that is, 90 * have the flags set as specified in \p mask and \p flags (that is,
91 * for which it is the case that opt->flags & mask == flags). 91 * for which it is the case that opt->flags & mask == flags).
92 * 92 *
93 * @param[in] obj a pointer to a struct whose first element is a 93 * @param[in] obj a pointer to a struct whose first element is a
94 * pointer to an #AVClass 94 * pointer to an AVClass
95 * @param[in] name the name of the option to look for 95 * @param[in] name the name of the option to look for
96 * @param[in] unit the unit of the option to look for, or any if NULL 96 * @param[in] unit the unit of the option to look for, or any if NULL
97 * @return a pointer to the option found, or NULL if no option 97 * @return a pointer to the option found, or NULL if no option
98 * has been found 98 * has been found
99 */ 99 */