<div dir="ltr">Hi,<div><br></div><div>I'm getting an access violation error when attempting to use sws_scale on h264 stream, what is strange is that the error only only happens when the video resolution is set to 360p. I'm not sure if it's related to up scaling to 720p.</div><div>The access violation occurs at the following code in swscale.c line 529</div><div><br></div><div><div>            if (c->needs_hcscale)</div><div>                hcscale(c, chrUPixBuf[chrBufIndex], chrVPixBuf[chrBufIndex],</div><div>                        chrDstW, src1, chrSrcW, chrXInc,</div><div>                        hChrFilter, hChrFilterPos, hChrFilterSize,</div><div>                        formatConvBuffer, pal);</div></div><div><br></div><div>I'm just using it to up scale the image, pixel format is the same (PIX_FMT_YUV444P) </div></div>