1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Clarify/simplify documentation for the default_val field in AVOption.

Originally committed as revision 14043 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2008-06-30 21:46:49 +00:00
parent dde2d1dc36
commit 6122c92e92

View File

@ -61,7 +61,7 @@ typedef struct AVOption {
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