[Libav-user] Array bounds error while reading from ffmpeg data array using Purify
Navin
nkipe at tatapowersed.com
Wed Dec 26 12:39:24 CET 2012
Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank
you! Thank you! Thank you!sooooo much! That was the problem. Solved now.
Navin
On 12/26/2012 1:03 PM, Alex Cohn wrote:
> On Wed, Dec 26, 2012 at 7:52 AM, Navin<nkipe at tatapowersed.com> wrote:
>> avpicture_fill((AVPicture *) g_pFrameRGB, pbuffer, PIX_FMT_RGB24, g_metadata->WIDTH, g_metadata->HEIGHT);
> .. so far so good
>> av_free(pbuffer);
> oops, you still expect g_pFrameRGB->data[0] to be a valid array. But
> you have released this memory!
>
> BR,
> Alex
> _______________________________________________
> Libav-user mailing list
> Libav-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/libav-user
>
More information about the Libav-user
mailing list