On Sat, Feb 6, 2016 at 3:22 PM, Luca Barbato <lu_z...@gentoo.org> wrote:
> On 06/02/16 19:39, Henrik Gramner wrote:
>> On Sat, Feb 6, 2016 at 7:34 PM, Luca Barbato <lu_z...@gentoo.org> wrote:
>>> Give how this function is used it is not really important, its purpose
>>> is to not break the terminal printing garbage.
>>
>> That's true I guess.
>>
>>> Do you have time to get me a function that is local independent?
>>
>> static inline av_const int av_isprint(int c)
>> {
>>     return c > 31 && c < 127;
>> }
>
> fine for me =) Anybody has a different preference?

Any status update for this patch? If not, it could be probably applied.
-- 
Vittorio
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to