From 2459ac65fe1ca050891aab8f8da2203a07d512ab Mon Sep 17 00:00:00 2001 From: Anton Karpov Date: Fri, 7 Aug 2026 15:04:27 +0300 Subject: [PATCH] imgcodecs: name the parameter setReadOptions actually takes --- modules/imgcodecs/src/grfmt_base.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgcodecs/src/grfmt_base.hpp b/modules/imgcodecs/src/grfmt_base.hpp index 3fec6055c2..7e0ad23432 100644 --- a/modules/imgcodecs/src/grfmt_base.hpp +++ b/modules/imgcodecs/src/grfmt_base.hpp @@ -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. *