[FFmpeg-devel] [PATCH] Add FITS Decoder

Nicolas George george at nsup.org
Fri Jul 21 17:25:05 EEST 2017


Le duodi 2 thermidor, an CCXXV, Paras Chadha a écrit :
> +    int64_t t, size = 1;

> +        if (!strncmp(keyword, "BLANK", 5) && sscanf(value, "%ld", &t) == 1) {

This %ld is not the correct format specifier for int64_t. It would be
something like %"SCNd64".

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20170721/7da48409/attachment.sig>


More information about the ffmpeg-devel mailing list