Merge pull request #29674 from karpovantonme:docs/read-options-param

imgcodecs: name the parameter setReadOptions actually takes 🤖🤖🤖
This commit is contained in:
Alexander Smorkalov
2026-08-11 09:34:52 +03:00
committed by GitHub

View File

@@ -119,7 +119,7 @@ public:
* during image decoding. The flags can be combined using bitwise OR to enable
* multiple options simultaneously.
*
* @param options Bitwise OR of read option flags to enable.
* @param read_options Bitwise OR of read option flags to enable.
*
* @return The previous value of the read options flags.
*