[FFmpeg-devel] [PATCH] Make unsigned some variables in ffserver.c

Stefano Sabatini stefano.sabatini-lala
Wed Sep 3 22:12:52 CEST 2008


On date Wednesday 2008-09-03 12:40:17 -0700, Baptiste Coudurier encoded:
> Hi,
> 
> Stefano Sabatini wrote:
> > Hi,
> > as in subject, I think it is safer and more consistent.
[...]
> > Index: ffserver.c
> > ===================================================================
> > --- ffserver.c	(revision 15182)
> > +++ ffserver.c	(working copy)
> > @@ -294,8 +294,8 @@
> >  
> >  /* maximum number of simultaneous HTTP connections */
> >  static unsigned int nb_max_http_connections = 2000;
> > -static int nb_max_connections = 5;
> > -static int nb_connections;
> > +static unsigned int nb_max_connections = 5;
> > +static unsigned nb_connections;
> 
> Ok.

Applied.
-- 
FFmpeg = Fostering & Forgiving MultiPurpose Explosive God




More information about the ffmpeg-devel mailing list