[FFmpeg-cvslog] r23933 - trunk/libavcodec/mpegvideo.c

Martin Storsjö martin
Thu Jul 1 22:00:11 CEST 2010


On Thu, 1 Jul 2010, mru wrote:

> Author: mru
> Date: Thu Jul  1 13:51:01 2010
> New Revision: 23933
> 
> Log:
> Maybe fix threaded mpeg*video encoding
> 
> This allocates per-thread copies of some MpegEncContext.ac_val which
> is used concurrently from the encoding threads.

This causes memory leaks when doing a normal (non-threaded?) encode.

// Martin



More information about the ffmpeg-cvslog mailing list