summaryrefslogtreecommitdiffstats
path: root/stream/tvi_v4l2.c
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-08 10:15:08 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-08 10:15:08 +0000
commit0efbf8149c0f4c9aceb799aecf04e3afc66bc423 (patch)
tree61005e49c54e999ab286560c1f822695a86c7277 /stream/tvi_v4l2.c
parentbfc18929a735e3be6888481f113de53630b6509e (diff)
downloadmpv-0efbf8149c0f4c9aceb799aecf04e3afc66bc423.tar.bz2
mpv-0efbf8149c0f4c9aceb799aecf04e3afc66bc423.tar.xz
Fix for:
tvi_v4l2.c: In function 'start': tvi_v4l2.c:1453: warning: comparison between signed and unsigned git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24366 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tvi_v4l2.c')
-rw-r--r--stream/tvi_v4l2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tvi_v4l2.c b/stream/tvi_v4l2.c
index 10c92b3163..d0d58cbd38 100644
--- a/stream/tvi_v4l2.c
+++ b/stream/tvi_v4l2.c
@@ -1341,7 +1341,7 @@ static int get_capture_buffer_size(priv_t *priv)
static int start(priv_t *priv)
{
struct v4l2_requestbuffers request;
- int i;
+ unsigned int i;
/* setup audio parameters */