Skip to content

Commit a723aae

Browse files
committed
Merge pull request opencv#18354 from takehirokj:fix_typo_in_doc
2 parents ebb5289 + 8c44b83 commit a723aae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/videoio/doc/videoio_overview.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,17 @@ for the operating system. Thus you can't use VideoCapture or VideoWriter with t
7777
To get access to their devices, manufactures provide their own C++ API and library that you have to
7878
include and link with your OpenCV application.
7979

80-
Is common case that this libraries read/write images from/to a memory buffer. If it so, it is
80+
It is a common case that these libraries read/write images from/to a memory buffer. If it so, it is
8181
possible to make a `Mat` header for memory buffer (user-allocated data) and process it
8282
in-place using OpenCV functions. See cv::Mat::Mat() for more details.
8383

8484
The FFmpeg library
8585
------------------
8686

8787
OpenCV can use the FFmpeg library (http://ffmpeg.org/) as backend to record, convert and stream audio and video.
88-
FFMpeg is a complete, cross-reference solution. If you enable FFmpeg while configuring OpenCV than
88+
FFmpeg is a complete, cross-reference solution. If you enable FFmpeg while configuring OpenCV than
8989
CMake will download and install the binaries in `OPENCV_SOURCE_CODE/3rdparty/ffmpeg/`. To use
90-
FFMpeg at runtime, you must deploy the FFMepg binaries with your application.
90+
FFmpeg at runtime, you must deploy the FFMepg binaries with your application.
9191

9292
@note FFmpeg is licensed under the GNU Lesser General Public License (LGPL) version 2.1 or later.
9393
See `OPENCV_SOURCE_CODE/3rdparty/ffmpeg/readme.txt` and http://ffmpeg.org/legal.html for details and

0 commit comments

Comments
 (0)