]> git.sesse.net Git - ffmpeg/commit
avformat/hls: use av_packet_alloc() to allocate packets
authorJames Almer <jamrial@gmail.com>
Fri, 29 Jan 2021 13:27:05 +0000 (10:27 -0300)
committerJames Almer <jamrial@gmail.com>
Wed, 17 Mar 2021 18:06:49 +0000 (15:06 -0300)
commitf57a2582232810a897bfec0ad5076afb2ab80401
tree02da316df0bf297c961be222841f6a7ad13f0faa
parent83a320226c16d2a6aaf63a11e1d68d53644dc123
avformat/hls: use av_packet_alloc() to allocate packets

Signed-off-by: James Almer <jamrial@gmail.com>
libavformat/hls.c