[Libav-user] Memory leak while adding new streams

Pradeep Karosiya praks411 at gmail.com
Tue May 21 16:32:34 CEST 2013


Sorry in the above code 

I've replaced
   if(out_vid_codec_ctx) {avcodec_close(out_vid_codec_ctx);} 
with 
  if(out_vid_strm->codec) {avcodec_close(out_vid_strm->codec);} 

Still no use. Any suggestion?

Thanks 
Pradeep




--
View this message in context: http://libav-users.943685.n4.nabble.com/Memory-leak-while-adding-new-streams-tp4657663p4657665.html
Sent from the libav-users mailing list archive at Nabble.com.


More information about the Libav-user mailing list