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

Ronald S. Bultje rsbultje
Fri Mar 5 15:55:02 CET 2010


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()?

Ronald



More information about the ffmpeg-cvslog mailing list