[FFmpeg-devel] [PATCH] dvenc.c: save some memory

Baptiste Coudurier baptiste.coudurier
Sun May 10 05:24:56 CEST 2009


Hi,

Janne Grunau wrote:
> Hi,
> 
> the dv muxer ended as worst offender of heap usage during the regression
> tests. It ended up using 29MB heap memory. 2/3 of it are allocated in a
> single fifo worth of 100 seconds audio data.
> Following patch fixes it. make test still passes.
> 

DV muxer must be updated to use ff_audio_interleave, see
libavformat/audiointerleave.c and mxfenc.c or gxfenc.c for its usage.

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer                                  http://www.ffmpeg.org



More information about the ffmpeg-devel mailing list