]> git.sesse.net Git - ffmpeg/commit
avformat/flacdec: use av_packet_alloc() to allocate packets
authorJames Almer <jamrial@gmail.com>
Fri, 29 Jan 2021 13:20:21 +0000 (10:20 -0300)
committerJames Almer <jamrial@gmail.com>
Wed, 17 Mar 2021 18:06:49 +0000 (15:06 -0300)
commit83a320226c16d2a6aaf63a11e1d68d53644dc123
treecc795b6458ddc25823247e6ab977e388daaaa9c6
parent453021c74e2ca8abcb86c4e503ed1eefa91c23de
avformat/flacdec: use av_packet_alloc() to allocate packets

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