[FFmpeg-devel] [PATCH 1/2] lavu: add locale-independent sscanf implementation

Paul B Mahol onemda at gmail.com
Wed Nov 14 21:55:24 EET 2018


On 11/12/18, Paul B Mahol <onemda at gmail.com> wrote:
> Copied and adopted from musl implementation.
>  * converted all 'long double' to 'double'
>  * removed %m support
>
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  libavutil/Makefile   |   1 +
>  libavutil/avsscanf.c | 971 +++++++++++++++++++++++++++++++++++++++++++
>  libavutil/avstring.c |   1 +
>  libavutil/avstring.h |   6 +
>  4 files changed, 979 insertions(+)
>  create mode 100644 libavutil/avsscanf.c

If there are no strong opinions against this patch set i will apply it
and work on converting more code to av_sscanf().


More information about the ffmpeg-devel mailing list