1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-02 13:02:24 +00:00
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
This commit is contained in:
voroshil 2007-09-08 10:15:08 +00:00
parent bfc18929a7
commit 0efbf8149c

View File

@ -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 */