imgcodecs: name the parameter setReadOptions actually takes

This commit is contained in:
Anton Karpov
2026-08-07 15:04:27 +03:00
parent 77dfa297d0
commit 2459ac65fe

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.
*