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:
parent
dde2d1dc36
commit
6122c92e92
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user