git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
395deda
)
don't compare signed with unsigned
author
Rafaël Carré
<funman@videolan.org>
Fri, 28 Sep 2007 22:41:30 +0000
(22:41 +0000)
committer
Rafaël Carré
<funman@videolan.org>
Fri, 28 Sep 2007 22:41:30 +0000
(22:41 +0000)
modules/codec/ffmpeg/mux.c
patch
|
blob
|
history
diff --git
a/modules/codec/ffmpeg/mux.c
b/modules/codec/ffmpeg/mux.c
index
c986f9b
..
616ff0d
100644
(file)
--- a/
modules/codec/ffmpeg/mux.c
+++ b/
modules/codec/ffmpeg/mux.c
@@
-165,7
+165,7
@@
void E_(CloseMux)( vlc_object_t *p_this )
{
sout_mux_t *p_mux = (sout_mux_t*)p_this;
sout_mux_sys_t *p_sys = p_mux->p_sys;
- int i;
+
unsigned
int i;
if( av_write_trailer( p_sys->oc ) < 0 )
{