Does anyone know why w32thread throws an access violation while running H264 with FF_THREAD_SLICE.
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. None of the arguments are null so the problem seems to occur inside the called function. Unfortunately I cannot step into the actual call since I'm on windows and can't build ffmpeg. It works just fine with mpeg2 though. Anyone have any idea?
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
