]> git.sesse.net Git - vlc/commitdiff
Shut a warning.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Mar 2008 06:49:24 +0000 (23:49 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Mar 2008 06:49:24 +0000 (23:49 -0700)
modules/codec/ffmpeg/demux.c

index 8fcb41536e97c215d7625d544dc2eb4205f525c7..de5f66a67e66cfeee1e3611b28f440d3228b4665 100644 (file)
@@ -91,7 +91,7 @@ int E_(OpenDemux)( vlc_object_t *p_this )
     demux_sys_t   *p_sys;
     AVProbeData   pd;
     AVInputFormat *fmt;
-    int i;
+    unsigned int i;
     vlc_bool_t b_avfmt_nofile;
 
     /* Init Probe data */