# HG changeset patch # User stefano # Date 1214862409 0 # Node ID 4a635a1859f05bc83f3661b08ff6915af3ff7e5b # Parent 7c4589349c01a0bd68991cec63c10094858a4dec Clarify/simplify documentation for the default_val field in AVOption. diff -r 7c4589349c01 -r 4a635a1859f0 opt.h --- a/opt.h Mon Jun 30 19:30:27 2008 +0000 +++ b/opt.h Mon Jun 30 21:46:49 2008 +0000 @@ -61,7 +61,7 @@ enum AVOptionType type; /** - * the default value for non-constant and value for constant scalars + * the default value for scalar options */ double default_val; double min; ///< minimum valid value for the option