Denis <info@...> writes: > 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
Could you post the valgrind output? > 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. You could run valgrind on your application. Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
