mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-04 22:30:25 +00:00
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 max; ///< maximum valid value for the option
|
||||
|
||||
/**
|
||||
* A combination of AV_OPT_FLAG_*.
|
||||
*/
|
||||
int flags;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user