]> git.sesse.net Git - ffmpeg/commit
avcodec/webp: use av_packet_alloc() to allocate packets
authorJames Almer <jamrial@gmail.com>
Fri, 29 Jan 2021 02:15:36 +0000 (23:15 -0300)
committerJames Almer <jamrial@gmail.com>
Wed, 17 Mar 2021 18:06:48 +0000 (15:06 -0300)
commit4ab7670762b073619aa22da5ab7370bb51bef178
treec6b8a1b3538dce62f6784e44844e7f3b729f2062
parentfc2e022a14634db9f9f84d321aaccbbd3c4cd863
avcodec/webp: use av_packet_alloc() to allocate packets

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