Hi,
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.
The access violation occurs at the following code in swscale.c line 529
if (c->needs_hcscale)
hcscale(c, chrUPixBuf[chrBufIndex], chrVPixBuf[chrBufIndex],
chrDstW, src1, chrSrcW, chrXInc,
hChrFilter, hChrFilterPos, hChrFilterSize,
formatConvBuffer, pal);
I'm just using it to up scale the image, pixel format is the same
(PIX_FMT_YUV444P)
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user