Mercurial > libavcodec.hg
changeset 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 | 7c4589349c01 |
children | ae78650d4ac8 |
files | opt.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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