[FFmpeg-devel] [PATCH 2/2] avformat: parse iTunes gapless information

Nicolas George george at nsup.org
Sat Jul 23 14:29:10 EEST 2016


Le sextidi 6 thermidor, an CCXXIV, Michael Niedermayer a écrit :
> > +    uint32_t zero, start_pad, end_pad;
> > +    uint64_t last_eight_frames_offset;

> > +    if (sscanf(de->value, "%x %x %x %llx %x %llx", &zero, &start_pad, &end_pad, duration, &zero, &last_eight_frames_offset) < 6) {

> %llx mismatches the type

The other ones too, although it is less visible since uint32_t is usually
just unsigned int.

Regards,

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


More information about the ffmpeg-devel mailing list