]> git.sesse.net Git - ffmpeg/commit
avformat/mpegtsenc: use av_packet_alloc() to allocate packets
authorJames Almer <jamrial@gmail.com>
Fri, 29 Jan 2021 14:30:44 +0000 (11:30 -0300)
committerJames Almer <jamrial@gmail.com>
Wed, 17 Mar 2021 18:06:49 +0000 (15:06 -0300)
commite7f1540507a5e82fcc1d1a78fc04519e9c9aea7e
treefcd4c6c8d3c329982476e1fc4e418dc5ac0d67a1
parent42422b6dcaec0fde0d2b19cc934cb59621c5c46e
avformat/mpegtsenc: use av_packet_alloc() to allocate packets

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