Commit 6122c92e authored by Stefano Sabatini's avatar Stefano Sabatini

Clarify/simplify documentation for the default_val field in AVOption.

Originally committed as revision 14043 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent dde2d1dc
...@@ -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