]> git.sesse.net Git - ffmpeg/commit
avformat/mux: use av_packet_alloc() to allocate packets
authorJames Almer <jamrial@gmail.com>
Sat, 30 Jan 2021 18:04:24 +0000 (15:04 -0300)
committerJames Almer <jamrial@gmail.com>
Wed, 17 Mar 2021 18:06:48 +0000 (15:06 -0300)
commit9066969713e6a7bad0b76f1936ee60cac456bbe0
tree9a3d8843d0ad25eed643f09645c4b613bfbfa41f
parent2995a1f2944a61bd054ededd51688d99bef260ce
avformat/mux: use av_packet_alloc() to allocate packets

Signed-off-by: James Almer <jamrial@gmail.com>
libavformat/internal.h
libavformat/mux.c
libavformat/options.c
libavformat/utils.c