Merge pull request #12087 from alalek:docs_videowriter_write_bgr_input

pull/12036/head
Alexander Alekhin 7 years ago
commit 29a1dc5719
  1. 2
      modules/videoio/include/opencv2/videoio.hpp

@ -905,7 +905,7 @@ public:
/** @brief Writes the next video frame /** @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 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. been specified when opening the video writer.

Loading…
Cancel
Save