[FFmpeg-user] Memory leaks in ffmpeg 2.2
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Apr 1 09:30:25 CEST 2014
Naveen Rudrappa <naveen.mr <at> gmail.com> writes:
> <at> Carl: were you inferring this behaviour ?
No.
Testing with sdl/ffplay is usually not a good idea,
you find many bugs in sdl;-(
(Or at least memleaks that have nothing to do with
FFmpeg.)
This is about a global lock that libavcodec needs
to avoid race conditions, releasing the lock would
introduce another race condition (only for dynamic
libraries iirc).
Please do not top-post here, Carl Eugen
More information about the ffmpeg-user
mailing list