]> git.sesse.net Git - ffmpeg/commit
avformat/utils: ensure that all packets in AVPacketList are reference counted
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 26 Sep 2019 00:05:58 +0000 (02:05 +0200)
committerJames Almer <jamrial@gmail.com>
Thu, 26 Sep 2019 00:54:18 +0000 (21:54 -0300)
commitb6be2be765b3f9104ca5bc9f608a934db0fc012a
tree3ebabff81ec6a649a30cc448f83153af2278b096
parent4f589d668efdabc3764dcb0094929c2b4e01b35c
avformat/utils: ensure that all packets in AVPacketList are reference counted

This is done so that its data is really owned by the packet.
This was already true for the current callers.

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