[FFmpeg-devel] [PATCH 2/3] proresdec2: Replace a VLA with a heap alloc

Derek Buitenhuis derek.buitenhuis at gmail.com
Fri Sep 7 19:17:44 CEST 2012


On 07/09/2012 12:29 PM, Derek Buitenhuis wrote:
>> the array could be moved to ProresContext avoding teh alloc/free
>> cycle per picture
> 
> I didn't think once per frame was that bad.
> 
> Will do, though.

Actually, it seems ProresContext is shared, so adding it might be ugly.

Opinions?

- Derek




More information about the ffmpeg-devel mailing list