We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8679014 commit ea1fe97Copy full SHA for ea1fe97
modules/cudacodec/include/opencv2/cudacodec.hpp
@@ -93,7 +93,7 @@ enum Codec
93
Uncompressed_UYVY = (('U' << 24) | ('Y' << 16) | ('V' << 8) | ('Y')) //!< UYVY (4:2:2)
94
};
95
96
-/** @brief ColorFormat for the frame returned by VideoReader::nextFrame()/VideoReader::retrieve() or used to initialize a VideoWriter.
+/** @brief ColorFormat for the frame returned by VideoReader::nextFrame() and VideoReader::retrieve() or used to initialize a VideoWriter.
97
*/
98
enum class ColorFormat {
99
UNDEFINED = 0,
0 commit comments