]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/opt.h
Merge commit '9510d7689e236f6a4748795604fba427c130d0ad'
[ffmpeg] / libavutil / opt.h
index bf4c5ddf5c3589b4ef98dd41c25f57eadac219bc..14faa6e066ee747fdfa1dbf750a749feb6e07101 100644 (file)
@@ -320,7 +320,7 @@ typedef struct AVOptionRanges {
 /**
  * Look for an option in obj. Look only for the options which
  * have the flags set as specified in mask and flags (that is,
- * for which it is the case that opt->flags & mask == flags).
+ * for which it is the case that (opt->flags & mask) == flags).
  *
  * @param[in] obj a pointer to a struct whose first element is a
  * pointer to an AVClass