Skip to content

Commit 061a205

Browse files
committed
Fix documentation.
1 parent a27885e commit 061a205

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/cudacodec/include/opencv2/cudacodec.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ class CV_EXPORTS_W VideoReader
354354
/** @brief Grabs, decodes and returns the next video frame.
355355
356356
@param [out] frame The video frame.
357+
@param stream Stream for the asynchronous version.
357358
@return `false` if no frames have been grabbed.
358359
359360
If no frames have been grabbed (there are no more frames in video file), the methods return false.
@@ -367,6 +368,7 @@ class CV_EXPORTS_W VideoReader
367368

368369
/** @brief Grabs the next frame from the video source.
369370
371+
@param stream Stream for the asynchronous version.
370372
@return `true` (non-zero) in the case of success.
371373
372374
The method/function grabs the next frame from video file or camera and returns true (non-zero) in

0 commit comments

Comments
 (0)