Does anyone know why w32thread throws an access violation while running H264 with FF_THREAD_SLICE.<div><br></div><div>For me it throws an access violation in the call "ret= c->func(c->avctx, (uint8_t *)c->arg + jobnr*c->argsize);" on line 60 in w32thread.</div>
<div><br></div><div>None of the arguments are null so the problem seems to occur inside the called function.</div><div><br></div><div>Unfortunately I cannot step into the actual call since I'm on windows and can't build ffmpeg.</div>
<div><br></div><div>It works just fine with mpeg2 though.</div><div><br></div><div>Anyone have any idea?</div>