OSDN Git Service

Maybe fix threaded mpeg*video encoding
authorMåns Rullgård <mans@mansr.com>
Thu, 1 Jul 2010 11:51:01 +0000 (11:51 +0000)
committerMåns Rullgård <mans@mansr.com>
Thu, 1 Jul 2010 11:51:01 +0000 (11:51 +0000)
commit2cbd734a384377f664945fe43c2d44b79f6020d2
treeea2ec4e6888d8c44624cf5d2008da01b56158571
parent16bfbfd0782b062219080be69b70685dbfba3ca6
Maybe fix threaded mpeg*video encoding

This allocates per-thread copies of some MpegEncContext.ac_val which
is used concurrently from the encoding threads.

Originally committed as revision 23933 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegvideo.c