[FFmpeg-devel] [PATCH] avformat/tty: add probe function

Paul B Mahol onemda at gmail.com
Tue Jan 28 22:58:28 EET 2020


On 1/28/20, Nicolas George <george at nsup.org> wrote:
> Peter Ross (12020-01-29):
>> > +    for (int i = 0; i < p->buf_size; i++)
>> > +        cnt += !!isprint(p->buf[i]);
>
> This depends on locale settings. Is it on purpose?

I certainly could write one which does not use locale, if that is ok with you?

>
> Regards,
>
> --
>   Nicolas George
>


More information about the ffmpeg-devel mailing list