Skip to content

Commit ea1fe97

Browse files
committed
Remove slash.
1 parent 8679014 commit ea1fe97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cudacodec/include/opencv2/cudacodec.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ enum Codec
9393
Uncompressed_UYVY = (('U' << 24) | ('Y' << 16) | ('V' << 8) | ('Y')) //!< UYVY (4:2:2)
9494
};
9595

96-
/** @brief ColorFormat for the frame returned by VideoReader::nextFrame()/VideoReader::retrieve() or used to initialize a VideoWriter.
96+
/** @brief ColorFormat for the frame returned by VideoReader::nextFrame() and VideoReader::retrieve() or used to initialize a VideoWriter.
9797
*/
9898
enum class ColorFormat {
9999
UNDEFINED = 0,

0 commit comments

Comments
 (0)