[FFmpeg-user] Guidance on debugging a potential memory leak
Carl Eugen Hoyos
ceffmpeg at gmail.com
Thu Sep 1 22:26:28 EEST 2022
Am Do., 1. Sept. 2022 um 21:16 Uhr schrieb Jorge Villatoro via
ffmpeg-user <ffmpeg-user at ffmpeg.org>:
>
> If you'd like to call it something else that's fine with me, but it's clear
> that the memory usage of the process escalates over time
Which is not unusual for applications writing multimedia files.
massif (another memcheck tool) allows you to see which functions
allocate the memory.
Carl Eugen
More information about the ffmpeg-user
mailing list