lavu/opt: document AVOption.flags

This commit is contained in:
Anton Khirnov 2024-02-07 16:39:00 +01:00
parent 39a3a1c69b
commit 067fde4966
1 changed files with 3 additions and 0 deletions

View File

@ -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;
/**