OSDN Git Service

In win32 thread implementation do not access jobnr if the thread is asked
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 20 Nov 2009 21:08:26 +0000 (21:08 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 20 Nov 2009 21:08:26 +0000 (21:08 +0000)
commit9fe08942102ecd2dda0d6751b3c7d9f736cc4ee3
treeb5e0c38ca55ce32deabe1eed6b3afabc0f14eb51
parent1b88277bd9c2d2c55b696cd6679ae864473b1d72
In win32 thread implementation do not access jobnr if the thread is asked
to terminate, jobnr it does not point to a valid location in that case.

Originally committed as revision 20565 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/w32thread.c