[vlc-devel] commit: Shut a warning. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Thu Mar 13 07:56:48 CET 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Mar 12 23:49:24 2008 -0700| [0b4aa1b3335149d48bc5ea4052147b744ee83140]
Shut a warning.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0b4aa1b3335149d48bc5ea4052147b744ee83140
---
modules/codec/ffmpeg/demux.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/codec/ffmpeg/demux.c b/modules/codec/ffmpeg/demux.c
index 8fcb415..de5f66a 100644
--- a/modules/codec/ffmpeg/demux.c
+++ b/modules/codec/ffmpeg/demux.c
@@ -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 */
More information about the vlc-devel
mailing list