]> git.sesse.net Git - ffmpeg/commit
avformat/mux: Remove unnecessary unreferencing of AVPacket
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 9 May 2020 19:26:30 +0000 (21:26 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 23 May 2020 03:43:42 +0000 (05:43 +0200)
commit06fdc823371d295a6f29993e5c2e9ed7df3610d2
tree3595efd1da99d2d3269362607e9eb5540d96b6d2
parent9dd8f7312a7702240c8a7f8d0f6515a3cfc80f19
avformat/mux: Remove unnecessary unreferencing of AVPacket

Since commit c5324d92c5f206dcdc2cf93ae237eaa7c1ad0a40 all custom
interleave_packet() functions always return clean packets (even on
error), so that unreferencing manually can be removed.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/mux.c