diff stream/tvi_v4l2.c @ 24346:9fb68e85180a

Fix for: tvi_v4l2.c: In function 'start': tvi_v4l2.c:1453: warning: comparison between signed and unsigned
author voroshil
date Sat, 08 Sep 2007 10:15:08 +0000
parents 9e71e0345c35
children d6bba2781d01
line wrap: on
line diff
--- a/stream/tvi_v4l2.c	Sat Sep 08 10:04:08 2007 +0000
+++ b/stream/tvi_v4l2.c	Sat Sep 08 10:15:08 2007 +0000
@@ -1341,7 +1341,7 @@
 static int start(priv_t *priv)
 {
     struct v4l2_requestbuffers request;
-    int i;
+    unsigned int i;
 
     /* setup audio parameters */