On 9/25/2016 3:44 PM, Carl Eugen Hoyos wrote:
> 2016-09-25 15:43 GMT+02:00 Timo Rothenpieler <t...@rothenpieler.org>:
>> When the input frames contain side data, it will accumulate endlessly in
>> the coded frame, as av_frame_copy_props will append any new side data.
> 
> But there is no leak, no?
> Is this related to ticket #5799?

This fixes that ticket for me, yes.
And without this, ffmpeg keeps using more and more memory.
So while the memory is eventually freed when the encoding is done, it
still seems like a leak to me.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to