Remi Achard (12019-07-12):
> So I'm not supposed to use %llu as is the case here (sorry if I didn't
> understood your point) ?

Exactly, you need to use the format string for uint64_t, PRIu64 from
memory; check in the code base and standard.

> The use case would be to improve error diagnostic, eg. when you want to
> check a video integrity, you might want to know at what point in time
> corruption occurs and there is currently no way of knowing this if I'm not
> mistaken.

Then I think the timestamp of the frame would be a better choice. IIUC,
the field you print depends on the way ffmpeg processes the frames,
including seek: it is not robust.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to