Vladimir Eremeev <[EMAIL PROTECTED]> added the comment: 1. To Benjamin Larsson > Hi, can you compile with memwatch > (http://www.linkdata.se/sourcecode.html)?
I did it. No leaks. Memwatch was added to my source only (I don't see any way to quickly #include "memwatch.h" into all ffmpeg headers after all other #include-s). The situation has terribly worsened with the latest revision (12921). This simple code has quickly gobbled all memory both in Liunux and in Windows. I tried debugging, it has shown that av_free_packet frequently called av_destruct_packet_nofree, which was loosing pointers to the memory allocated for packet data. ______________________________________________________ FFmpeg issue tracker <[EMAIL PROTECTED]> <https://roundup.mplayerhq.hu/roundup/ffmpeg/issue430> ______________________________________________________
