Using valgrind I obtain a memory leak in this row:

"pAVStream= add_video_stream(pAVFormatContext, &pAVCodec, 
pAVOutputFormat->video_codec);"
if (posix_memalign(&ptr,ALIGN,size))
av_mallocz in mem.c:95

Can anybody verifies if 
is true?

I have an application that uses ffmpeg. In 2 weeks the application uses all the 
memory and now I suspect that the problem is in the wrong use of ffmpeg 
libraries.



-- 
www.denisgottardello.it
Skype: mrdebug
Videosurveillance and home automation! 
http://www.denisgottardello.it/DomusBoss/DomusBossIndice.php
_______________________________________________
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to