[FFmpeg-devel] [PATCH] Remove incorrect use of ctype.h functions.
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sun Mar 3 21:50:37 CET 2013
On Sun, Mar 03, 2013 at 10:30:42AM +0000, Paul B Mahol wrote:
> > diff --git a/libavutil/avstring.h b/libavutil/avstring.h
> > index b08d78e..87a58d6 100644
> > --- a/libavutil/avstring.h
> > +++ b/libavutil/avstring.h
> > @@ -186,6 +186,30 @@ char *av_get_token(const char **buf, const char *term);
> > char *av_strtok(char *s, const char *delim, char **saveptr);
> >
> > /**
> > + * Locale-independent conversion of ASCII isxdigit.
>
> Typo in comment.
Finding that reply was a bit like looking for a needle in a haystack...
Anyway, fixed.
> otherwise lgtm
Thanks, applied.
I wonder, would anyone volunteer to add a FATE instance that runs
FFmpeg on strange locales? Turkish and maybe some strange
variant that has nothing in common with ASCII at all (some
Japanese/Chinese encodings at least I think)?
More information about the ffmpeg-devel
mailing list