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
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
