Commit c66a7f94 authored by stefano's avatar stefano

Clarify/simplify documentation for the default_val field in AVOption.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14043 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9a644664
...@@ -61,7 +61,7 @@ typedef struct AVOption { ...@@ -61,7 +61,7 @@ typedef struct AVOption {
enum AVOptionType type; enum AVOptionType type;
/** /**
* the default value for non-constant and value for constant scalars * the default value for scalar options
*/ */
double default_val; double default_val;
double min; ///< minimum valid value for the option double min; ///< minimum valid value for the option
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment