]> git.sesse.net Git - ffmpeg/commit
avformat/mpegts: use av_packet_alloc() to allocate packets
authorJames Almer <jamrial@gmail.com>
Fri, 29 Jan 2021 14:23:45 +0000 (11:23 -0300)
committerJames Almer <jamrial@gmail.com>
Wed, 17 Mar 2021 18:06:49 +0000 (15:06 -0300)
commit42422b6dcaec0fde0d2b19cc934cb59621c5c46e
treed1d6b26a170c9832f146cd045292274238dd1907
parentecdad29b67b88e8912647861157323a852a7cbb5
avformat/mpegts: use av_packet_alloc() to allocate packets

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