[FFmpeg-devel] [PATCH] avfilter/graphmonitor: use %z when printing size_t

Nicolas George george at nsup.org
Mon Nov 19 16:43:43 EET 2018


Carl Eugen Hoyos (2018-11-19):
> This happened when you (and others) agreed to a patch adding a
> function that returns size_t. ff_inlink_queued_frames() is not public
> so the alternative to this patch is to change the return type or make
> frames 64bit which seems less straight-forward.
> (Or it happened when FFFrameQueue->queued was defined size_t.)

size_t is the correct type for a large number of objects that coexist in
memory.

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/20181119/3a7e59e1/attachment.sig>


More information about the ffmpeg-devel mailing list