[FFmpeg-cvslog] r14145 - trunk/ffserver.c

Stefano Sabatini stefano.sabatini-lala
Thu Jul 10 09:36:22 CEST 2008


On date Thursday 2008-07-10 00:04:36 +0200, Diego Biurrun wrote:
> On Wed, Jul 09, 2008 at 11:51:40PM +0200, stefano wrote:
> > 
> > Log:
> > Fix a warning in ffserver.c caused by the use of the function
> > av_opt_string() deprecated since r14134.
> 
> I assume you mean av_set_string()?
> 
> > --- trunk/ffserver.c	(original)
> > +++ trunk/ffserver.c	Wed Jul  9 23:51:40 2008
> > @@ -3732,7 +3732,7 @@ static int opt_default(const char *opt, 
> >      if(o2)
> > -        o = av_set_string(avctx, opt, arg);
> > +        o = av_set_string2(avctx, opt, arg, 1);
> 
> As used here..

Oops, indeed. Do I have permission to change the comment?, otherwise
please fix it.

Regards.




More information about the ffmpeg-cvslog mailing list