Hi,

Does anybody knows why when I call "av_free_packet" with a packet (after
processing it), it doesn't really free my memory space ?
The pointer is set to NULL, but I can still access the values in the memory
(if I saved the adress in a different pointer before freeing the memory),
and the memory ressources allocated for my program does not decrease...

I tried also through the direct way : free(packet->data), and it does not
work either. I suspected some kind of protections from ffmpeg, but then why
av_free_packet is facing the same issue ?

Thanks for any clue you could have about this.

Thibault
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to