videoio: add note about image BGR format VideoWriter::write()

This commit is contained in:
Alexander Alekhin 2018-07-28 09:08:09 +00:00
parent b41bc0ae59
commit 0bef42ba12

View File

@ -905,7 +905,7 @@ public:
/** @brief Writes the next video frame
@param image The written frame
@param image The written frame. In general, color images are expected in BGR format.
The function/method writes the specified image to video file. It must have the same size as has
been specified when opening the video writer.