[Libav-user] *** stack smashing detected *** AVPacket

Anton Shekhovtsov shekh.anton at gmail.com
Tue Apr 4 18:00:52 EEST 2017


2017-04-04 17:56 GMT+03:00 יוסף אלון <yos104104 at gmail.com>:

> When using the following:
> AVPacket avpkt;
>   av_init_packet(&avpkt);
> //av_new_packet(&avpkt, 1000);
>   av_free_packet(&avpkt);
>
> I get: *** stack smashing detected ***: "The project location" terminated
>
> How can i fix it?
>
>
>
> --
> Yosef Alon
>
> _______________________________________________
> Libav-user mailing list
> Libav-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/libav-user
>
>
avpkt.data = 0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20170404/6e163c44/attachment.html>


More information about the Libav-user mailing list