rtmppkt: Make pkt->data reallocable

Multimedia / Libav - Martin Storsjö [martin.st] - 28 November 2014 01:59 UTC

We try to avoid mixing av_malloc with av_realloc, since av_malloc may be implemented with functions that can't (formally) be mixed with the functions used in av_realloc.

44127b1 rtmppkt: Make pkt->data reallocable
libavformat/rtmppkt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Upstream: git.libav.org


  • Share