]> git.sesse.net Git - ffmpeg/commit
avcodec/packet: move AVPacketList definition and function helpers over from libavformat
authorJames Almer <jamrial@gmail.com>
Mon, 17 Aug 2020 15:03:50 +0000 (12:03 -0300)
committerJames Almer <jamrial@gmail.com>
Tue, 15 Sep 2020 12:53:39 +0000 (09:53 -0300)
commit8a81820624ada4d339aeb2150ad5c2b36b12860c
treee282bffaec65e0cd54c523b5e88610ad4f901b5f
parentfda5363c80bd09066d69fb9bd365c9114b8d08f3
avcodec/packet: move AVPacketList definition and function helpers over from libavformat

And replace the flags parameter with a function callback that can be used to
copy the contents of the packet (e.g, av_packet_ref and av_packet_copy_props).

Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/avpacket.c
libavcodec/packet.h
libavcodec/packet_internal.h
libavformat/aiffenc.c
libavformat/avformat.h
libavformat/flacenc.c
libavformat/internal.h
libavformat/matroskadec.c
libavformat/mp3enc.c
libavformat/ttaenc.c
libavformat/utils.c