lavu/opt: document AVOption.flags

release/7.0
Anton Khirnov 1 year ago
parent 39a3a1c69b
commit 067fde4966
  1. 3
      libavutil/opt.h

@ -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…
Cancel
Save