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

Benoit Fouet benoit.fouet
Thu Jul 10 10:51:15 CEST 2008


Stefano Sabatini wrote:
> 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.
>
>   

please do

-- 
Benoit Fouet
Purple Labs S.A.
www.purplelabs.com




More information about the ffmpeg-cvslog mailing list