Re: [Libav-user] Memory leak while using ff_get_buffer ?

2016-09-21 Thread ssshukla26
After some searching, I found out that in some decoders the incoming /avframe
pointer/ is unreferenced using *av_frame_unref* api, and then
*ff_get_buffer* is called. 

Can someone please explain why such things are done ! I am so much confused
.



--
View this message in context: 
http://libav-users.943685.n4.nabble.com/Libav-user-Memory-leak-while-using-ff-get-buffer-tp4662720p4662733.html
Sent from the libav-users mailing list archive at Nabble.com.
___
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user


[Libav-user] Memory leak while using ff_get_buffer ?

2016-09-20 Thread ssshukla26
I am using *ff_get_buffer* in my decoder, it seems to me that using this API
causing some memory leak. Please help, need your suggestions on this !



--
View this message in context: 
http://libav-users.943685.n4.nabble.com/Libav-user-Memory-leak-while-using-ff-get-buffer-tp4662720.html
Sent from the libav-users mailing list archive at Nabble.com.
___
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user