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
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to