Clarify/simplify documentation for the default_val field in AVOption.

Originally committed as revision 14043 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Stefano Sabatini 17 years ago
parent dde2d1dc36
commit 6122c92e92
  1. 2
      libavcodec/opt.h

@ -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

Loading…
Cancel
Save