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

Måns Rullgård mans
Fri Mar 5 16:02:38 CET 2010


"Ronald S. Bultje" <rsbultje at gmail.com> writes:

> Hi,
>
> On Fri, Mar 5, 2010 at 9:49 AM, Michael Kostylev
> <michael.kostylev at gmail.com> wrote:
>> do {
>> ?if (found = av_stristart(buffer, header, NULL)) break;
>> ?if (!(buffer = strchr(buffer, '\n'))) break;
>> } while (++buffer);
>
> Can I put that in libbrokenos or do people prefer I don't use strcasestr()?

strcasestr is not in any standard, but the str* prefix is reserved, so
we should not use that name.

A simple av_-prefixed implementation in avstring.c should be OK.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-cvslog mailing list