[vlc-commits] v4l2: typo

Rémi Denis-Courmont git at videolan.org
Tue Mar 9 15:03:58 UTC 2021


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Mar  9 17:03:40 2021 +0200| [caf49489bd212ad903a5300e9aa97842eb2ea233] | committer: Rémi Denis-Courmont

v4l2: typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=caf49489bd212ad903a5300e9aa97842eb2ea233
---

 modules/access/v4l2/video.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/v4l2/video.c b/modules/access/v4l2/video.c
index 4a4802368b..473cfdb9d3 100644
--- a/modules/access/v4l2/video.c
+++ b/modules/access/v4l2/video.c
@@ -314,7 +314,7 @@ static const struct v4l2_fract zero = { 0, 1 };
  * Finds the highest frame rate up to a specific limit possible with a certain
  * V4L2 format.
  * @param fmt V4L2 capture format [IN]
- * @param min_it minimum frame internal [IN]
+ * @param min_it minimum frame interval [IN]
  * @param it V4L2 frame interval [OUT]
  * @return 0 on success, -1 on error.
  */



More information about the vlc-commits mailing list