changeset 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 388ac5e95da1
children 89347ff2c31a
files stream/tvi_v4l2.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 */