comparison opt.h @ 7175:4a635a1859f0 libavcodec

Clarify/simplify documentation for the default_val field in AVOption.
author stefano
date Mon, 30 Jun 2008 21:46:49 +0000
parents 07172377ec9f
children 68528efbc91f
comparison
equal deleted inserted replaced
7174:7c4589349c01 7175:4a635a1859f0
59 */ 59 */
60 int offset; 60 int offset;
61 enum AVOptionType type; 61 enum AVOptionType type;
62 62
63 /** 63 /**
64 * the default value for non-constant and value for constant scalars 64 * the default value for scalar options
65 */ 65 */
66 double default_val; 66 double default_val;
67 double min; ///< minimum valid value for the option 67 double min; ///< minimum valid value for the option
68 double max; ///< maximum valid value for the option 68 double max; ///< maximum valid value for the option
69 69