mirror of https://git.ffmpeg.org/ffmpeg.git
lavu/opt: document AVOption.flags
This commit is contained in:
parent
39a3a1c69b
commit
067fde4966
|
@ -320,6 +320,9 @@ typedef struct AVOption {
|
||||||
double min; ///< minimum valid value for the option
|
double min; ///< minimum valid value for the option
|
||||||
double max; ///< maximum valid value for the option
|
double max; ///< maximum valid value for the option
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A combination of AV_OPT_FLAG_*.
|
||||||
|
*/
|
||||||
int flags;
|
int flags;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue